github-script-action

v0.2.2
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
npm i github-script-action

Metadata

  • MIT
  • Whatever
  • Lyra Naeseth
  • released 5/28/2024

Downloads

Maintainers