Skip to content

Rename the LICENSE file so the workflow works #2

Rename the LICENSE file so the workflow works

Rename the LICENSE file so the workflow works #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
plugin_test:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: asdf-vm/actions/plugin-test@v2
with:
command: 'cljfmt --version'