Require lib/version for add dep and version set #497
This file contains hidden or 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 |