Skip to content

chore(deps): update dependency @types/react to v19.0.2 (#865) #2443

chore(deps): update dependency @types/react to v19.0.2 (#865)

chore(deps): update dependency @types/react to v19.0.2 (#865) #2443

Workflow file for this run

name: Proto CI Pipeline
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
defaults:
run:
working-directory: proto
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install buf
uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run buf
uses: bufbuild/buf-action@v1
with:
input: proto
format: true
lint: true
breaking: true
breaking_against: https://github.com/ictsc/ictsc-regalia.git#branch=main,subdir=proto