Skip to content

Add jsonian-format-region #109

Add jsonian-format-region

Add jsonian-format-region #109

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
env:
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
jobs:
"Test and Lint":

Check failure on line 9 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 9, Col: 3): The identifier 'Test and Lint' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
strategy:
matrix:
# We need to make sure we are testing at least the earliest and latest versions of
# Emacs.
version: ["27.1", "29.1"]
runs-on: ubuntu-latest
steps:
- uses: purcell/setup-emacs@master
with:
version: "27.1"
- uses: actions/checkout@v2
with:
ref: ${{ env.PR_COMMIT_SHA }}
- name: test
run: make test
- name: lint
run: make lint