Skip to content

Bump katydecorah/read-action from 7.1.0 to 7.2.0 #258

Bump katydecorah/read-action from 7.1.0 to 7.2.0

Bump katydecorah/read-action from 7.1.0 to 7.2.0 #258

Workflow file for this run

name: Linter
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Linter
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}