Skip to content

feat: add provenance to end of README and provenance badge #1038

feat: add provenance to end of README and provenance badge

feat: add provenance to end of README and provenance badge #1038

Workflow file for this run

# needed to securely identify the workflow
name: autofix.ci
on:
pull_request:
branches:
- main
merge_group:
branches:
- main
permissions:
contents: read
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: corepack enable
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: lts/*
cache: 'pnpm'
- name: 📦 Install dependencies
run: pnpm install
- name: 📦 Install browsers
run: pnpm playwright install
- name: 🌍 Update lunaria data
run: pnpm build:lunaria
- name: 🔠 Fix lint errors
run: pnpm lint:fix
- name: 🧪 Update unit test snapshots
run: pnpm test:unit -u
- name: 🏃 Update component test snapshots
run: pnpm test:nuxt -u
# TODO: re-enable when we have snapshots in browser tests
# - name: 🖥️ Update browser test snapshots
# run: pnpm test:browser --update-snapshots
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27