Skip to content

Commit 825d96f

Browse files
committed
Removed DeepSource scanning.
1 parent 4ec67cb commit 825d96f

3 files changed

Lines changed: 1 addition & 22 deletions

File tree

.deepsource.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,16 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Build MrKWatkins.Ast
2323
uses: MrKWatkins/dotnet-build@main
24-
env:
25-
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
2624
with:
2725
name: MrKWatkins.Ast
2826
directory: src
2927

3028
- name: Build Examples
3129
uses: MrKWatkins/dotnet-build@main
32-
env:
33-
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
3430
with:
3531
name: Examples
3632
directory: examples

src/Ast.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
..\ReadMe.md = ..\ReadMe.md
1313
..\.gitignore = ..\.gitignore
1414
..\.editorconfig = ..\.editorconfig
15-
..\.deepsource.toml = ..\.deepsource.toml
1615
EndProjectSection
1716
EndProject
1817
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C893FF4B-FA20-4B58-B7D3-3DA372503F01}"

0 commit comments

Comments
 (0)