Skip to content

Commit

Permalink
🐙 Conform github actions to newer standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Mar 28, 2024
1 parent 46f2d30 commit 173f32a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Check Code Style

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
lint:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Unit Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '00 4 * * *' # daily at 4AM

jobs:
build:
Expand Down

0 comments on commit 173f32a

Please sign in to comment.