Skip to content

Commit

Permalink
Merge pull request #6 from BrainLesion/feature/formatting-actions
Browse files Browse the repository at this point in the history
- more name changes
  • Loading branch information
MarcelRosier authored Dec 12, 2023
2 parents 8dbc91b + 509febc commit 4c13b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/autoformat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created, edited]

jobs:
run-linters:
auto-format:
# Check if the comment contains the trigger /format-action.
# Check if the comments come from pull request, exclude those from issue.
if: |
Expand Down Expand Up @@ -33,3 +33,4 @@ jobs:
black_auto_fix: true
git_name: "Lint GitHub Action"
git_email: "github-actions@github.com"
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

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

Expand Down

0 comments on commit 4c13b77

Please sign in to comment.