Skip to content

Fix apheleia-npx in Yarn PnP projects (#301) #771

Fix apheleia-npx in Yarn PnP projects (#301)

Fix apheleia-npx in Yarn PnP projects (#301) #771

Workflow file for this run

name: Tests and linters
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [27, 28, 29]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# No shallow clone, we want to be able to compare PR branch
# to main.
fetch-depth: 0
- name: Run linters
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make unit integration lint lint-changelog"