chore(deps): bump the google-cloud group across 1 directory with 4 updates #1225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: commitlint | |
on: [pull_request] | |
jobs: | |
commitlint: | |
name: Commitlint | |
runs-on: ubuntu-22.04 | |
permissions: | |
contents: "read" | |
pull-requests: "read" | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- uses: actions/[email protected] | |
with: | |
node-version: 14 | |
- name: Install dependencies | |
run: npm install | |
- uses: wagoid/[email protected] |