We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234d9ba commit f7f6890Copy full SHA for f7f6890
.github/workflows/release.yml
@@ -6,6 +6,12 @@ on:
6
- 'v*'
7
8
jobs:
9
+ linting:
10
+ name: Linting
11
+ uses: ./.github/workflows/lint.yml
12
+ tests:
13
+ name: Tests
14
+ uses: ./.github/workflows/test.yml
15
release:
16
name: Release Container
17
runs-on: ubuntu-latest
@@ -16,12 +22,6 @@ jobs:
22
steps:
23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
24
19
- - name: Linting
20
- uses: ./.github/workflows/lint.yml@main
21
-
- - name: Tests
- uses: ./.github/workflows/test.yml@main
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v3
27
0 commit comments