Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

chore(deps): update astral-sh/setup-uv digest to b5f58b2 #23

chore(deps): update astral-sh/setup-uv digest to b5f58b2

chore(deps): update astral-sh/setup-uv digest to b5f58b2 #23

name: Check - Github actions
on:
pull_request:
paths:
- ".github/workflows/**.yaml"
- ".github/actions/**"
- "package.json"
- "yarn.lock"
workflow_call:
workflow_dispatch:
jobs:
actions:
name: Check Github actions
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup tools
uses: ./.github/actions/yarn-project-setup
- name: Check Github actions
run: yarn run check:github-actions