GHA CI: Split "main CI" to multiple workflows

This commit is contained in:
Chocobo1 2021-08-19 11:21:34 +08:00
commit a9feae6110
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
6 changed files with 258 additions and 258 deletions

20
.github/workflows/ci_file_health.yaml vendored Normal file
View file

@ -0,0 +1,20 @@
name: CI - File health
on: [pull_request, push]
jobs:
ci:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt update
sudo apt install zsh
- name: Check files
run: |
./.github/workflows/file_health.sh