github-script-action

v0.0.1
GitHub Action for running inline JavaScript snippets
actions

build

tsc && rm -fr dist && vite build

format

prettier --write '**/*.ts'

format-check

prettier --check '**/*.ts'

lint

eslint src/**/*.ts

prepack

npm run build

test

true

all

npm run build && npm run format-check && npm run lint && npm test

Metadata

  • MIT
  • Whatever
  • Lyra Naeseth
  • released 5/1/2023

Downloads

Maintainers