Skip to content

Commit

Permalink
Move global.json to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed May 10, 2023
1 parent d8c091b commit e9a0a28
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy global.json
run: cp ./.github/global.json .
- name: Install Dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy global.json
run: cp ./.github/global.json .
- name: Install Dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy global.json
run: cp ./.github/global.json .
- name: Install Dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy global.json
run: cp ./.github/global.json .
- name: Install Dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down
File renamed without changes.

0 comments on commit e9a0a28

Please sign in to comment.