Clean up CI

This commit is contained in:
Justin Ethier 2025-01-20 18:51:31 -08:00
parent 1c5e1a1640
commit 1f942dcb04
2 changed files with 8 additions and 6 deletions

View file

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

View file

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