mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
add check action also to the snapshot build
This commit is contained in:
parent
4c58757064
commit
fd6662bb64
@ -46,6 +46,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: |
|
||||
|
Loading…
Reference in New Issue
Block a user