Skip to content

Commit

Permalink
Add workflow with parsiphae-action
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Feb 13, 2024
1 parent 9ad692f commit 9a0e117
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: syntax

on:
push:
paths:
- '**.src'
- '**.d'

permissions:
checks: write
contents: read

jobs:
parsiphae:
name: Run syntax check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check syntax
uses: szapp/parsiphae-action@v1
with:
file: src/Ninja/G1CP/Content_G1.src

0 comments on commit 9a0e117

Please sign in to comment.