Skip to content

Bump github/super-linter from 4 to 6 #19

Bump github/super-linter from 4 to 6

Bump github/super-linter from 4 to 6 #19

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm cit
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}