Skip to content

chore(deps): update all non-major dependencies #630

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #630

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Semantic Pull Request Analysis
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}