Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Reusable validator CI workflow #81

Merged
merged 13 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
Fix
nickevansuk committed Jan 21, 2025
commit a356c35aef2a902379758eee9031d7dd221af676
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -143,13 +143,13 @@ jobs:
run: npm run start &

- name: Lost Pixel
continue-on-error: true
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_MODE: update

# Note this deletes the branch and PR if differences are resolved
- name: Create Pull Request
continue-on-error: true
id: cpr
uses: peter-evans/create-pull-request@v6
with:
Loading