Skip to content

Linter - [ #] by @MariusStorhaug #35

Linter - [ #] by @MariusStorhaug

Linter - [ #] by @MariusStorhaug #35

Workflow file for this run

name: Linter
run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
push:
branches:
- main
pull_request_target:
branches:
- main
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: ${{ github.token }}