Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
review @dylan

Co-authored-by: Dylan Broussard <contact@deraw.dev>
  • Loading branch information
christopheGaon and deraw committed Mar 8, 2024
1 parent a2232b9 commit b3b85f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Library DS CI - Synpase
name: Synpase

on:
pull_request:
Expand All @@ -7,4 +7,3 @@ jobs:
ci:
uses: ./actions/ci.yml


4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Library DS Package and Publish - Synpase
name: Synpase - Package and Publish

env:
NODE_VERSION: 20.11.0
Expand All @@ -25,4 +25,4 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- run: corepack enable
- name : install dependency
- name: install dependency
run: pnpm install --frozen-lockfile
- name: lint test
run: pnpm lint
- name : run test
- name: run test
run: pnpm test

0 comments on commit b3b85f6

Please sign in to comment.