Skip to content

Merge branch 'master' of github.com:leonmavr/chip-8 #48

Merge branch 'master' of github.com:leonmavr/chip-8

Merge branch 'master' of github.com:leonmavr/chip-8 #48

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
paths-ignore:
- '*README*'
- 'assets/**'
- 'roms/**'
- 'LICENSE*'
pull_request:
branches: [ "master" ]
paths-ignore:
- '*README*'
- 'assets/**'
- 'roms/**'
- 'LICENSE*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: compile and run sanity test(s)
run: make test