Skip to content

Add lint CI step

Add lint CI step #3

Workflow file for this run

name: Build
on:
push:
branches:
- master
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: 'cljstyle version'