Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /.fig/autocomplete #130

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /.fig/autocomplete

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /.fig/autocomplete #130

Workflow file for this run

---
name: PR Health Checks 🐛
on:
pull_request:
branches:
- master
jobs:
PR-checks:
# https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
runs-on: ubuntu-latest
name: PR Health Checks 🐛
steps:
- name: 📀 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: 🧪 Check out repository code
uses: ./.github/workflows/health-check
- name: 🧪 Check pack script
run: npm run pack $(jq -r .version package.json)