mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
- automate lint/build on changes - only run metadata updates from GH actions schedules, not from main CI workflow - ref. https://github.com/nodiscc/hecat/issues/26 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/14 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/4
16 lines
263 B
YAML
16 lines
263 B
YAML
on:
|
|
push:
|
|
pull_request:
|
|
branches: [ master ]
|
|
workflow_dispatch:
|
|
|
|
env:
|
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
jobs:
|
|
ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: make awesome_lint
|
|
- run: make export
|