Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Oct 30, 2023
1 parent c806a5a commit c2e3a4b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@ name: Lint

on:
push:
branches:
- main

pull_request:
branches:
- main

jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout VSL
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: Run Super-Linter
uses: super-linter/super-linter/slim@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false

docs:
runs-on: ubuntu-latest
steps:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/shellcheck.yml

This file was deleted.

0 comments on commit c2e3a4b

Please sign in to comment.