Skip to content

Merge pull request #8 from minetest-palamod/dependabot/github_actions… #30

Merge pull request #8 from minetest-palamod/dependabot/github_actions…

Merge pull request #8 from minetest-palamod/dependabot/github_actions… #30

Workflow file for this run

---
name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /