Skip to content

falter-berlin-autoupdate: if possible, use --ignore-minor-compat-version #395

falter-berlin-autoupdate: if possible, use --ignore-minor-compat-version

falter-berlin-autoupdate: if possible, use --ignore-minor-compat-version #395

Workflow file for this run

---
name: lint
#
# Documentation:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
#
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
build:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Lint
run: |
sudo apt update
sudo apt install -y luarocks shellcheck
luarocks --local --tree $HOME/.luarocks install luacheck
make lint