Compare commits
1 Commits
64fb193601
...
feat/3-cic
| Author | SHA1 | Date | |
|---|---|---|---|
| 86d751e25c |
@@ -1,6 +1,6 @@
|
||||
name: s&box CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on: []
|
||||
|
||||
jobs:
|
||||
build-and-lint:
|
||||
@@ -12,15 +12,4 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9.0.x'
|
||||
|
||||
- name: Restore Dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Lint Check
|
||||
# Fails if code isn't formatted according to .editorconfig
|
||||
run: dotnet format --verify-no-changes --verbosity diagnostic
|
||||
|
||||
- name: Build Project
|
||||
# Ensures everything compiles
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
Reference in New Issue
Block a user