Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Sep 22, 2023
1 parent a40a5dc commit 4052c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
TZ: ${{ inputs.timezone }}

jobs:
reusable-linter-default:
linter-default:
runs-on: ${{ fromJSON(inputs.runs-on) }}

permissions:
Expand All @@ -35,7 +35,7 @@ jobs:

# https://github.com/marketplace/actions/super-linter
- uses: super-linter/super-linter/slim@v5
name: 🔎🔎🔎 Run Super-Linter
name: 🔎🔎🔎 Run ${{ github.action }}: ${{ github.action_status }}
env:
SUPPRESS_POSSUM: true
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:
workflow_dispatch:

jobs:
linter:
calling:
uses: ./.github/workflows/linter-default.yml
...

0 comments on commit 4052c48

Please sign in to comment.