Skip to content

INitial minor version #11

INitial minor version

INitial minor version #11

Workflow file for this run

name: Linter
on:
pull_request:
jobs:
Lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint code base
uses: github/super-linter@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}