We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3db499 commit 886a575Copy full SHA for 886a575
.github/workflows/pull_request.yml
@@ -4,7 +4,7 @@ on:
4
jobs:
5
commit_check:
6
name: Conventional Commits Checkout
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
8
steps:
9
- name: Check Commits
10
uses: amannn/action-semantic-pull-request@v3.4.0
@@ -13,7 +13,7 @@ jobs:
13
14
pull_request:
15
name: Pull Request
16
- runs-on: ubuntu
17
18
- name: Checkout
19
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
release:
name: Release
11
12
0 commit comments