Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Jul 16, 2023
1 parent 708a905 commit 7973b94
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,14 @@ jobs:
with:
cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN_PUBLIC }}'

- uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true

- run: nix-shell --run "make lint all=true"

- run: nix-shell --run "make tests"

- run: nix-shell --run "make dist"

- uses: ./.github/actions/uncommitted-changes

# yamllint disable
# TODO: publishing workflow
# steps:
# - checkout

# - configure_nix

# - run:
# name: Authenticate with registry
# command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/salarycalc/.npmrc

# - run:
# name: Publish the package to NPM
# command: nix-shell --run "npm version --no-git-tag-version prerelease --preid $(date +%Y-%m-%dT%H-%M-%S) && make dist && npm publish"

0 comments on commit 7973b94

Please sign in to comment.