Skip to content

add branch check

add branch check #1

Workflow file for this run

---
name: checkers
on:
push:
branches: [ main, ci* ]
pull_request:
jobs:
formatting:
name: formatting
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run checkers.sh
run: |
chmod +x ./ci/builds/checkers.sh
./ci/builds/checkers.sh
shell: bash