Create tests.yml

This commit is contained in:
hoshi-hiyouga 2024-01-22 23:13:04 +08:00 committed by GitHub
parent b2fb0eca56
commit 087476da99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

19
.github/workflows/tests.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check_code_quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check quality
run: |
make style && make quality