name: lint on: push: branches: - '**' pull_request: branches: - '**' jobs: compile: runs-on: ubuntu-latest container: image: ghcr.io/thepigeongenerator/mcaselector-lite:latest steps: # TODO: add linting checking here - run: echo "TODO"