Skip to content

Commit

Permalink
CI: Add
Browse files Browse the repository at this point in the history
  • Loading branch information
dpt committed Jan 22, 2024
1 parent fbbb66f commit 02562eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: develop

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4

- name: Install SkoolKit
run: pip install 'skoolkit>=9.0'

- name: Build the disassembly
run: make all

0 comments on commit 02562eb

Please sign in to comment.