Skip to content

Commit

Permalink
Merge pull request #5 from BrainLesion/feature/formatting-actions
Browse files Browse the repository at this point in the history
- rename jobs
  • Loading branch information
MarcelRosier authored Dec 12, 2023
2 parents b7eefec + 6eb0fcd commit 8dbc91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformat.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Autoformat

on:
issue_comment:
Expand All @@ -11,7 +11,7 @@ jobs:
if: |
contains(github.event.comment.body, ' /format-action') &&
contains(github.event.comment.html_url, '/pull/')
name: Run linters
name: auto-format
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
run-linters:
name: Run linters
name: lint
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8dbc91b

Please sign in to comment.