Skip to content

Commit

Permalink
Rename GitHub workflows again so badges get better titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Sep 11, 2024
1 parent d0d1fac commit 9338f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Python
name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python
name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9338f10

Please sign in to comment.