Skip to content

Commit

Permalink
update clang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Nov 14, 2023
1 parent 35128d8 commit d6d6e3e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: C-lang CI

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

jobs:
make:

runs-on: ubuntu-latest

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

0 comments on commit d6d6e3e

Please sign in to comment.