Skip to content

Bump gittools/actions from 0.10.2 to 0.11.0 #95

Bump gittools/actions from 0.10.2 to 0.11.0

Bump gittools/actions from 0.10.2 to 0.11.0 #95

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}