Skip to content

Update Dockerfiles to tools-deps 1.11.4.1474 #88

Update Dockerfiles to tools-deps 1.11.4.1474

Update Dockerfiles to tools-deps 1.11.4.1474 #88

Workflow file for this run

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