This repository has been archived by the owner on May 16, 2024. It is now read-only.
Update README.md #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NorMatrix Check | |
on: [push] | |
jobs: | |
normatrix: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: clone NorMatrix | |
run: git clone https://github.com/Saverio976/NorMatrix | |
- name: NorMatrix | |
run: make -C NorMatrix PATH_CHECK=$PWD |