Skip to content

Create Continuous Integration.yml #1

Create Continuous Integration.yml

Create Continuous Integration.yml #1

name: Continuous Integration
push:

Check failure on line 2 in .github/workflows/Continuous Integration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Continuous Integration.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make