Skip to content

Update protos (#1398) #901

Update protos (#1398)

Update protos (#1398) #901

Workflow file for this run

name: Cache dependencies
on:
push:
branches:
- main
jobs:
cache:
name: Cache dependencies
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
only-scripts:
- true
- false
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Cache dependencies
uses: ./.github/actions/setup-node
with:
only-scripts: ${{ matrix.only-scripts }}
- name: Lint
if: (!matrix.only-scripts)
uses: ./.github/actions/lint
with:
github-app-client-id: ${{ secrets.CERBOS_BOT_CLIENT_ID }}
github-app-private-key: ${{ secrets.CERBOS_BOT_PRIVATE_KEY }}