Skip to content

Add RuneSlayer

Add RuneSlayer #119

Workflow file for this run

name: Linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker://github/super-linter:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}