Skip to content

Commit

Permalink
Merge pull request #4 from withgraphite/bngo/02-05-chore_add_basic_ci…
Browse files Browse the repository at this point in the history
…_tests

chore: add basic ci tests
  • Loading branch information
bngo97 authored Feb 5, 2025
2 parents 1557127 + e088287 commit 10d95a5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-core-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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

0 comments on commit 10d95a5

Please sign in to comment.