Skip to content

Commit

Permalink
Rename linting.yml to static-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emphoeller committed Mar 27, 2024
1 parent 202a31f commit fbffbae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---

name: linting
name: static-analysis

on:

Check warning on line 5 in .github/workflows/static-analysis.yml

View workflow job for this annotation

GitHub Actions / static-analysis

5:1 [truthy] truthy value should be one of [false, true]
push:
pull_request:

jobs:
lint:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fbffbae

Please sign in to comment.