Skip to content

Commit

Permalink
Merge pull request #5 from mateuscomh/mateuscomh-patch-1
Browse files Browse the repository at this point in the history
 patch 1
  • Loading branch information
mateuscomh committed Sep 16, 2023
2 parents 217b012 + f70040c commit 98c390e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/shell-linter.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@

---
name: Lint Code Base

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
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
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
BASH_SEVERITY: "error"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run-shellcheck:
Expand Down

0 comments on commit 98c390e

Please sign in to comment.