Skip to content

feat: Add FirefoxAddon.slug, FirefoxAddon.guid, and #74

feat: Add FirefoxAddon.slug, FirefoxAddon.guid, and

feat: Add FirefoxAddon.slug, FirefoxAddon.guid, and #74

Workflow file for this run

name: Validate
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup
- run: bun gen:types
- run: bun check
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup
- run: bun test