Skip to content

fix: remove shellHook #8

fix: remove shellHook

fix: remove shellHook #8

Workflow file for this run

---
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install Nix
uses: cachix/install-nix-action@v27
- name: test
run: |
nix develop .#poetry --ignore-environment --keep PIPY_API_TOKEN --command ./scripts/publish.sh
env:
PIPY_API_TOKEN: ${{ secrets.PIPY_API_TOKEN }}