Skip to content

fix: update program command to typescript-check #3

fix: update program command to typescript-check

fix: update program command to typescript-check #3

Workflow file for this run

on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix run .#prettier-check
- run: nix run .#typescript-check
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}