theme/.gitea/workflows/dry-run.yml

19 lines
363 B
YAML

name: dry run building theme
run-name: dry-run
on: [pull_request]
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: build npm
run: |
npm ci
npm run clean
npm run build
npm run release