tools: move all CI workflows and automation to separate repository (#542)

- https://github.com/nodiscc/awesome-sysadmin-data (will be transferred back awesome-foss when ready)
This commit is contained in:
nodiscc 2023-11-30 19:34:37 +00:00 committed by GitHub
parent f10f3c273e
commit 369d24bd6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 51 additions and 77 deletions

View file

@ -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