Skip to content

Bump google-protobuf from 3.25.1 to 3.25.5 #122

Bump google-protobuf from 3.25.1 to 3.25.5

Bump google-protobuf from 3.25.1 to 3.25.5 #122

Workflow file for this run

name: CI
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: True
- name: Install Packages
working-directory: .
run: yarn install
- name: Prettier Check
uses: creyD/[email protected]
with:
prettier_options: --check .
same_commit: True