Fix #227: Dependency versions can be pinned (#228) #379
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bb run lint | |
on: [push, pull_request] | |
jobs: | |
Testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Install clojure tools | |
uses: DeLaGuardo/setup-clojure@9.4 | |
with: | |
bb: latest | |
clj-kondo: latest | |
- run: bb run lint |