awesome-selfhosted-data/.github/workflows/pull-request.yml
nodiscc d157f626ce
tools: makefile/github actions: don't call make install target multiple times
- make install must only run manually when the build environment has not been set up yet
2023-07-24 20:36:24 +02:00

18 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@v3
- run: make install
- run: make awesome_lint
- run: make export_markdown