Skip to content

ci: Bump the gh-actions group with 2 updates #1

ci: Bump the gh-actions group with 2 updates

ci: Bump the gh-actions group with 2 updates #1

name: Copilot Setup Steps
on:
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
workflow_dispatch:
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout branch
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up pixi
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
with:
environments: default lint
- name: Install repository
run: pixi run postinstall