Skip to content

Commit 624aeea

Browse files
committed
👷🏽‍♂️ Remove also CircleCI stuff, since apparently closing a public repo is tough now
1 parent 652c749 commit 624aeea

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,3 @@ jobs:
8181
name: ${{ env.PROJECT_NAME }}-coverage-ci-${{ github.run_number }}
8282
path: coveragereport/
8383
if-no-files-found: error
84-
85-
- name: '[Windows] Perform SonarCloud analysis'
86-
if: matrix.os == 'windows-latest'
87-
env:
88-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
89-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
90-
shell: powershell
91-
run: |
92-
.\.sonar\scanner\dotnet-sonarscanner end

FileParserSolution.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
3-
<File Path=".circleci/config.yml" />
43
<File Path=".github/workflows/ci.yml" />
54
<File Path=".github/workflows/release.yml" />
65
<File Path="azure-pipelines.yml" />

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# FileParser
22

3-
[![Azure DevOps][azuredevopslogo]][azuredevopslink]
43
[![GitHub Actions][githubactionslogo]][githubactionslink]
5-
[![Circle CI][circlecilogo]][circlecilink]
4+
[![Azure DevOps][azuredevopslogo]][azuredevopslink]
65

76
[![Nuget][nugetlogo]][nugetlink]
87

@@ -136,8 +135,6 @@ Just open an issue :)
136135
[githubactionslink]: https://github.com/eduherminio/FileParser/actions/workflows/ci.yml
137136
[azuredevopslogo]: https://dev.azure.com/eduherminio/FileParser/_apis/build/status/eduherminio.FileParser?branchName=main
138137
[azuredevopslink]: https://dev.azure.com/eduherminio/FileParser/_build/latest?definitionId=1&branchName=main
139-
[circlecilogo]: https://circleci.com/gh/eduherminio/FileParser/tree/main.svg?style=svg
140-
[circlecilink]: https://circleci.com/gh/eduherminio/FileParser/tree/main
141138
[nugetlogo]: https://img.shields.io/nuget/v/FileParser.svg?style=flat-square&label=nuget
142139
[nugetlink]: https://www.nuget.org/packages/FileParser
143140
[apimundologo]: https://img.shields.io/badge/FileParser%20API-Apimundo-728199.svg

0 commit comments

Comments
 (0)