Skip to content

Commit

Permalink
Merge pull request #15 from fermyon/check-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal authored Mar 17, 2023
2 parents e114005 + e427b31 commit 912e691
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 193 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/pr-check-dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Ensure dist package is up to date
on:
pull_request:
branches: [main]

push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 19

- name: npm install
run: npm install

- name: npm run build
run: npm run package
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: ensure dist is up to date
run: git diff --exit-code
83 changes: 24 additions & 59 deletions dist/spin/deploy/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 21 additions & 59 deletions dist/spin/push/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 912e691

Please sign in to comment.