Skip to content

🚀[Feature] Specify configuration using a config file #34

🚀[Feature] Specify configuration using a config file

🚀[Feature] Specify configuration using a config file #34

Workflow file for this run

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