Skip to content

feat(spotify): switch Windows and WSL to SMTC-based detection #42

feat(spotify): switch Windows and WSL to SMTC-based detection

feat(spotify): switch Windows and WSL to SMTC-based detection #42

name: "Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install apm-cli and run apm install
run: |
pip install apm-cli
apm install
git restore apm.lock.yaml
- name: Install ast-grep
run: |
pip install ast-grep-cli