Skip to content

Fix mega-linter

Fix mega-linter #1

Workflow file for this run

name: MegaLinter for Unity Project
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Install MegaLinter
uses: oxsecurity/[email protected]
with:
MEGALINTER_CONFIG: .mega-linter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}