migrate to v2 docker compose #401
Workflow file for this run
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: Lint and test | |
on: [push, pull_request] | |
jobs: | |
run-reusable-lint-and-test: | |
uses: ./.github/workflows/reusable_lint_and_test.yaml | |
secrets: inherit |