Skip to content

Always supply --stdin-filepath to Prettier (#253) #581

Always supply --stdin-filepath to Prettier (#253)

Always supply --stdin-filepath to Prettier (#253) #581

Workflow file for this run

name: Lint
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
- name: Run linters
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make lint"