Skip to content

add counter spec to sankey diagram actions #95

add counter spec to sankey diagram actions

add counter spec to sankey diagram actions #95

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