Skip to content

Commit

Permalink
add linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 6, 2024
1 parent 2b7a8d6 commit ac1c995
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Super Linter Workflow

on:
# Trigger whenever files are pushed to any branch of the repo
push:
# Trigger whenever a pull_request is raised
pull_request:
# Allows for manual triggering via Actions tab
workflow_dispatch:

jobs:
call_reusable_workflow:
permissions:
contents: read
packages: read
statuses: write
uses: ragdata/reusable-workflows/.github/workflows/super-linter.yml@master
# with:
secrets:
token: ${{ secrets.github_token }}

0 comments on commit ac1c995

Please sign in to comment.