Skip to content

Commit

Permalink
Merge pull request #19 from hartwork/improve-ci
Browse files Browse the repository at this point in the history
Improve CI
  • Loading branch information
hartwork authored Apr 21, 2024
2 parents 3c048d8 + 0c61feb commit cc7de9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@

name: Enforce clang-format

# Drop permissions to minimum, for security
permissions:
contents: read

on:
pull_request:
push:
schedule:
- cron: '0 2 * * 5' # Every Friday at 2am
workflow_dispatch:

jobs:
clang-format:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
schedule:
- cron: '0 3 * * 5' # Every Friday at 3am
workflow_dispatch:

jobs:
linux:
Expand Down

0 comments on commit cc7de9e

Please sign in to comment.