Skip to content

Commit

Permalink
Merge pull request #35 from hartwork/improve-ci
Browse files Browse the repository at this point in the history
Improve CI
  • Loading branch information
hartwork committed Apr 21, 2024
2 parents ef6e4cd + ccefcc5 commit 840b6b1
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -17,11 +17,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
5 changes: 5 additions & 0 deletions .github/workflows/linux-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@

name: Build on Linux

# 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:
linux-mingw:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@

name: Build on Windows

# 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:
windows-msvc:
Expand Down

0 comments on commit 840b6b1

Please sign in to comment.