Skip to content

build(deps): bump github/super-linter from 4.1.0 to 5.0.0 #495

build(deps): bump github/super-linter from 4.1.0 to 5.0.0

build(deps): bump github/super-linter from 4.1.0 to 5.0.0 #495

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3.2.0
- name: Lint Code Base
uses: github/super-linter@v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}