Skip to content

Commit

Permalink
chore: upgrade to Featurevisor v1.11.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 authored Mar 10, 2024
1 parent 86d1bcb commit 5e3ff19
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 2,298 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm ci

- name: Lint YAMLs
run: npm run lint
run: npx featurevisor lint

- name: Build
run: npm run build
run: npx featurevisor build

- name: Test specs
run: npm test
run: npx featurevisor test
19 changes: 8 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,19 @@ jobs:
run: npm ci

- name: Lint YAMLs
run: npm run lint
run: npx featurevisor lint

- name: Test specs
run: npx featurevisor test

- name: Build
run: npx featurevisor build

- name: Git configs
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Version
run: npm version patch

- name: Build
run: npm run build

- name: Test specs
run: npm test

- name: Upload to Cloudflare Pages
run: |
echo "<html><body>It works.</body></html>" > dist/index.html
Expand All @@ -49,5 +46,5 @@ jobs:
- name: Push back to origin
run: |
git add .featurevisor/*
git commit --amend --no-edit
git commit -m "[skip ci] Revision $(cat .featurevisor/REVISION)"
git push
Loading

0 comments on commit 5e3ff19

Please sign in to comment.