Skip to content

Update npm packages and look at moving to Debian defaults (drops Gemfiles to another directory) #143

Update npm packages and look at moving to Debian defaults (drops Gemfiles to another directory)

Update npm packages and look at moving to Debian defaults (drops Gemfiles to another directory) #143

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MegaLinter
run: ./scripts/lint -c
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}