Skip to content

chore: add basic ci tests #2

chore: add basic ci tests

chore: add basic ci tests #2

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