Skip to content

Commit

Permalink
Switch to GitHub Actions (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker authored Sep 18, 2022
1 parent 2242a32 commit 6d27c77
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 63 deletions.
61 changes: 0 additions & 61 deletions .circleci/config.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build and test
on: [push, pull_request]

jobs:
build-and-test:
name: Build and test
uses: markwhitaker/shared-workflows/.github/workflows/dotnet-build-and-test.yml@main
10 changes: 10 additions & 0 deletions .github/workflows/build-test-and-publish-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build, test and publish release
on:
release:
types: [published]

jobs:
publish-to-nuget:
name: Publish release to NuGet
uses: markwhitaker/shared-workflows/.github/workflows/dotnet-publish-release-to-nuget.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![icon](Artwork/RegexToolbox-icon-100.png)

# RegexToolbox.NET [![CircleCI](https://circleci.com/gh/markwhitaker/RegexToolbox.NET.svg?style=shield)](https://circleci.com/gh/markwhitaker/RegexToolbox.NET) [![NuGet Version and Downloads count](https://buildstats.info/nuget/RegexToolbox)](https://www.nuget.org/packages/RegexToolbox/)
# RegexToolbox.NET [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/markwhitaker/RegexToolbox.NET/build-and-test)](https://github.com/markwhitaker/RegexToolbox.NET/actions) [![NuGet Version and Downloads count](https://buildstats.info/nuget/RegexToolbox)](https://www.nuget.org/packages/RegexToolbox/)

Regular expression tools for .NET developers.

Expand Down
1 change: 0 additions & 1 deletion RegexToolbox.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
.circleci\config.yml = .circleci\config.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 6d27c77

Please sign in to comment.