Skip to content

Merge pull request #278 from Quantisan/update/deps-and-github-actions… #205

Merge pull request #278 from Quantisan/update/deps-and-github-actions…

Merge pull request #278 from Quantisan/update/deps-and-github-actions… #205

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install babashka
uses: DeLaGuardo/setup-clojure@13.4
with:
bb: 1.12.217
- uses: actions/checkout@v4
- name: Check for stale Dockerfiles
run: |
bb run dockerfiles
git diff --exit-code
- name: Run tests
run: bb run test