Skip to content

Remove redundant validations #10

Remove redundant validations

Remove redundant validations #10

Workflow file for this run

name: Testing
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'README.md'
jobs:
test:
continue-on-error: true
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: build
run: make
- name: check
run: make check