chore(deps): bump the fluent group across 1 directory with 3 updates #971
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify tokens | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Setup node | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: Install dependencies | |
run: | | |
corepack enable | |
corepack prepare --activate | |
pnpm install --frozen-lockfile | |
- name: Transform Fluent Theme to JSON, builds tokens for platforms | |
run: pnpm --filter @axiscommunications/fluent-theme tokens:runall | |
- name: Build theme | |
run: pnpm --filter @axiscommunications/fluent-theme build |