Skip to content

chore: update bazel version and clang-format version #60

chore: update bazel version and clang-format version

chore: update bazel version and clang-format version #60

Workflow file for this run

name: Sync common files
on:
push: {branches: [main]}
workflow_dispatch: {}
jobs:
sync_common_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- run: go run main.go
env:
GH_TOKEN: ${{ secrets.SEAUBOT_ECSACT_DEV_GH_TOKEN }}