Skip to content

chore(deps): bump jdx/mise-action from 3.6.1 to 3.6.3 #8

chore(deps): bump jdx/mise-action from 3.6.1 to 3.6.3

chore(deps): bump jdx/mise-action from 3.6.1 to 3.6.3 #8

Workflow file for this run

# Generated from Workflow.pkl. DO NOT EDIT.
name: Lint PR
'on':
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Validate PR title
permissions:
pull-requests: read
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 1
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
with:
experimental: true
- name: dotnet restore cache
id: dotnet-cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ~/.nuget/packages
key: nuget-${{hashFiles('**/packages.lock.json')}}
restore-keys: nuget-
- env:
GITHUB_TOKEN: ${{ github.token }}
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
with:
wip: 'true'