mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2025-12-17 14:38:47 +01:00
move all workflows and automation to separate repository
- https://github.com/nodiscc/awesome-sysadmin-data (will be transferred back awesome-foss when ready)
This commit is contained in:
parent
c0cf792013
commit
3c3ecb5d5c
8 changed files with 51 additions and 77 deletions
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make import
|
||||
- run: make awesome_lint
|
||||
- run: make url_check
|
||||
Loading…
Add table
Add a link
Reference in a new issue