1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

run style checks on PR

This commit is contained in:
mrdudz 2022-04-16 18:21:57 +02:00
parent 59d386e18f
commit db20b1dc14

View File

@ -21,6 +21,9 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Do some simple style checks
shell: bash
run: make -j2 check
- name: Build the tools.
shell: bash
run: make -j2 bin USER_CFLAGS=-Werror