Skip to content

Commit

Permalink
Merge branch 'main' into yunl/ns2
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Aug 5, 2022
2 parents ee4b2e8 + 0be837f commit 2f41181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet-format-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ name: dotnet format
on:
pull_request:
branches: [ main ]
paths:
- '**.md'
paths-ignore:
- '**.cs'
- '.editorconfig'

jobs:
check-format:
runs-on: ubuntu-latest

steps:
- run: 'echo "No build required"'
- run: 'echo "No build required"'
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup .NET Core 7.0
- uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: true

- name: Install format tool
run: dotnet tool install -g dotnet-format
Expand Down

0 comments on commit 2f41181

Please sign in to comment.