Skip to content

Commit 31a5876

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7181f3a commit 31a5876

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/quality.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
name: Code Quality Gate
2-
3-
on:
4-
pull_request:
5-
push:
6-
branches: [ main ]
7-
8-
jobs:
9-
quality:
10-
runs-on: ubuntu-latest
11-
12-
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v4
15-
16-
- name: Normalize line endings
17-
run: git add --renormalize . && git checkout -- .
18-
19-
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
21-
with:
22-
global-json-file: global.json
23-
24-
- name: Restore
25-
run: dotnet restore
26-
27-
- name: Check formatting
28-
run: dotnet format PragmaticDotNetCodeRules.sln --verify-no-changes --no-restore
29-
30-
- name: Build
31-
run: dotnet build --no-restore --configuration Release
32-
33-
- name: Test
34-
run: dotnet test --no-build --configuration Release
1+
name: Code Quality Gate
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [ main ]
7+
8+
jobs:
9+
quality:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v6
15+
16+
- name: Normalize line endings
17+
run: git add --renormalize . && git checkout -- .
18+
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v4
21+
with:
22+
global-json-file: global.json
23+
24+
- name: Restore
25+
run: dotnet restore
26+
27+
- name: Check formatting
28+
run: dotnet format PragmaticDotNetCodeRules.sln --verify-no-changes --no-restore
29+
30+
- name: Build
31+
run: dotnet build --no-restore --configuration Release
32+
33+
- name: Test
34+
run: dotnet test --no-build --configuration Release

0 commit comments

Comments
 (0)