Skip to content

Merge pull request #4 from withgraphite/bngo/02-05-chore_add_basic_ci… #3

Merge pull request #4 from withgraphite/bngo/02-05-chore_add_basic_ci…

Merge pull request #4 from withgraphite/bngo/02-05-chore_add_basic_ci… #3

Workflow file for this run

name: core-tests
on:
pull_request:
types: [
# Default pull_request trigger types.
opened,
synchronize,
reopened,
]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate syntax
run: bash -n *.sh