Skip to content

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.37 #1250

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.37

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.37 #1250

Workflow file for this run

name: Lint-Title
on:
merge_group:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ci-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: PR Title Linter
runs-on: ubuntu-latest
steps:
- name: event name
run: echo ${{ github.event_name }}
- uses: amannn/action-semantic-pull-request@v6
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}