mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
run style checks on PR
This commit is contained in:
parent
4b492ed4e5
commit
4c58757064
3
.github/workflows/build-on-pull-request.yml
vendored
3
.github/workflows/build-on-pull-request.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user