Skip to content

dep: bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /src/pcap #23

dep: bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /src/pcap

dep: bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /src/pcap #23

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install commitlint
run: npm install -g commitlint
- name: Validate PR commits with @commitlint/cli
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose