Skip to content

Commit

Permalink
Fix yamllint on makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontivan committed Apr 21, 2024
1 parent 5c92d64 commit e534e6f
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
name: Makefile CI

"on":
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run make all
run: make all

name: Makefile CI

"on":
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run make all
run: make all

0 comments on commit e534e6f

Please sign in to comment.