Skip to content

Commit 37c9110

Browse files
committed
runs on slim
1 parent 11bae7c commit 37c9110

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
jobs:
1111
main:
1212
name: Validate PR Title
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5
15+
- name: Semantic PR Title
16+
uses: amannn/action-semantic-pull-request@v5
1617
env:
1718
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)