Skip to content

build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1 #778

build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1

build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1 #778

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
statuses: write
# Cancel all previous runs of the same workflow when a new one is triggered in the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Lint PR 🧹
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}