Skip to content

fix: Update github actions due to ubuntu-20.04 deprecation #116

fix: Update github actions due to ubuntu-20.04 deprecation

fix: Update github actions due to ubuntu-20.04 deprecation #116

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-22.04
steps:
- name: Validate PR Title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true