Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJiezou committed May 20, 2022
1 parent 4b84af7 commit 71dd4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: Lint

on:
pull_request:
Expand All @@ -11,7 +11,7 @@ on:

jobs:
pre-commit:
name: Linting
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 71dd4da

Please sign in to comment.