Skip to content

Commit

Permalink
[FF-1429] - Update .github/workflows/pr-lint.yml to match the templat…
Browse files Browse the repository at this point in the history
…e repo
  • Loading branch information
credfeto committed Feb 3, 2021
1 parent 8f041d3 commit 5f0cd1b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
error-message: 'Add Jira Ticket ID to your title'

include-changelog-entry:
# As LibGit2Sharp doesn't work on 20.04
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
Expand All @@ -31,7 +30,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

change-log-entry-is-in-unreleased:
runs-on: ubuntu-latest
# As LibGit2Sharp doesn't work on 20.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
with:
Expand All @@ -42,12 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- if: env.DOTNET_VERSION != '5.0.100'
uses: actions/setup-dotnet@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: '5.0.100'
- name: Enable dotnet tools
run: dotnet new tool-manifest
- name: Install Changelog tool
Expand Down

0 comments on commit 5f0cd1b

Please sign in to comment.