Skip to content

super-linter.yml: Remove redundant environment variable (#40) #153

super-linter.yml: Remove redundant environment variable (#40)

super-linter.yml: Remove redundant environment variable (#40) #153

Workflow file for this run

---
name: Lint
on: push
jobs:
Build:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Environment
run: cat .github/super-linter.env >> "$GITHUB_ENV"
- name: Lint code base
uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}