mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-24 13:52:09 +02:00
14 lines
244 B
YAML
14 lines
244 B
YAML
name: Run syntax test
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
check-syntax-full:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: npm i chalk
|
|
- run: make check_syntax_full
|