Skip to content

Make the script fail in case of error. #3

Make the script fail in case of error.

Make the script fail in case of error. #3

Workflow file for this run

name: Github CI
on: [ push, pull_request ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: g++ -Wall -W -O2 remake.cpp -o remake
- name: test
run: ./remake check