Skip to content

Deprecate bcn run command #214

Deprecate bcn run command

Deprecate bcn run command #214

Workflow file for this run

---
name: test
jobs:
test:
container:
image: golang:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: script
run: |
git config --global --add safe.directory $PWD
make check
'on':
push:
branches:
- '*'
pull_request:
branches:
- '*'