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

Add dry run publish to CI #29

Merged
merged 9 commits into from
Mar 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Should fix ci
  • Loading branch information
adlerjohn committed Feb 27, 2022
commit 0fb5aeb9bb755c1af19156850f8144eadda5d182
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,18 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci

check-format:
needs: build

runs-on: ubuntu-latest
- run: npm ci

steps:
- name: Check code format
uses: creyD/prettier_action@v4.2
with:
prettier_options: --check client/src snippets syntaxes

publish-marketplace-test:
needs: build

runs-on: ubuntu-latest

steps:
- name: Dry run publish
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down