Skip to content

Commit

Permalink
Create super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro authored Nov 24, 2024
1 parent 94aa9ac commit 7571070
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Lint

on:
push: null
pull_request:
branches:
- main

permissions: {}

jobs:
build:
name: Lint
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false

0 comments on commit 7571070

Please sign in to comment.