continuous-integration.yml (264B)
1 name: CI 2 3 on: 4 push: 5 branches: 6 - main 7 pull_request: 8 - main 9 10 jobs: 11 12 test: 13 name: will-it-make 14 runs-on: ubuntu-latest 15 steps: 16 - uses: actions/checkout@v3 17 - uses: finwo/dep@edge 18 - run : make clean 19 - run : make