mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Clean up CI
This commit is contained in:
parent
1c5e1a1640
commit
1f942dcb04
2 changed files with 8 additions and 6 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -15,9 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Install deps
|
||||
run: sudo apt-get install indent
|
||||
- name: make format
|
||||
run: |
|
||||
make format
|
||||
git diff
|
||||
! git status -s | grep "^ M "
|
||||
- name: Install ck
|
||||
run: sudo apt-get install libck-dev
|
||||
- name: make runtime
|
||||
run: make libcyclone.a
|
||||
|
||||
|
|
5
.github/workflows/formatting.yml
vendored
5
.github/workflows/formatting.yml
vendored
|
@ -16,5 +16,8 @@ jobs:
|
|||
- name: Install deps
|
||||
run: sudo apt-get install -y indent
|
||||
- name: formatting
|
||||
run: make test-format
|
||||
run: |
|
||||
make format
|
||||
git diff
|
||||
! git status -s | grep "^ M "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue