Skip to content

Commit

Permalink
Re-enable Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xx4h committed Apr 13, 2024
1 parent 0810cfd commit 808d135
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report github actions status checks
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
uses: super-linter/super-linter@v6.3.1
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
# only validate new or edited files
# VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH_EXEC: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
schedule:
- cron: "0 0 * * 0"

permissions:
contents: write
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 808d135

Please sign in to comment.