Skip to content

add session_id to the log intent request #123

add session_id to the log intent request

add session_id to the log intent request #123

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
if: github.actor != 'bitdriftlabs-terraform[bot]'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- name: Format
run: tools/format.sh
- name: Check license
run: tools/check_license.sh