mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
19 lines
333 B
YAML
19 lines
333 B
YAML
name: pull request
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
concurrency:
|
|
group: pull-request-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
syntax-checks:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: make install
|
|
- run: make awesome_lint
|
|
- run: make export_markdown
|