mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
add check action also to the snapshot build
This commit is contained in:
parent
db20b1dc14
commit
5d45c655bd
@ -46,6 +46,9 @@ jobs:
|
|||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Do some simple style checks
|
||||||
|
shell: bash
|
||||||
|
run: make -j2 check
|
||||||
- name: Build the tools.
|
- name: Build the tools.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user