Skip to content

cMerge branch 'main' into js-reload #3

cMerge branch 'main' into js-reload

cMerge branch 'main' into js-reload #3

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:

Check failure on line 6 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'true'
- name: Cache deps
uses: actions/cache@v2
id: cache-deps
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('deps.edn') }}
restore-keys: ${{ runner.os }}-maven-
- name: Prepare java
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: '19'
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: latest
bb: latest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run tests
run: |
bb ci:test