Skip to content

Update querqy tests

Update querqy tests #5

Workflow file for this run

name: pull_request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
fail-fast: false

Check failure on line 10 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / pull_request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 10, Col: 5): Unexpected value 'fail-fast'
steps:
- uses: actions/checkout@v3
- name: deps
run: lein deps
- name: lint
run: lein clj-kondo --lint src test
- name: cljfmt
run: lein cljfmt check
- name: test
run: lein test