Skip to content

Bump actions/checkout from 6 to 7 in the all-github-actions-dependencies group #20

Bump actions/checkout from 6 to 7 in the all-github-actions-dependencies group

Bump actions/checkout from 6 to 7 in the all-github-actions-dependencies group #20

Workflow file for this run

name: pull_request
on:
- pull_request
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: make compose-build
- run: make compose-test-ci
- run: make compose-lint-ci