Skip to content

initial commit

initial commit #7

Workflow file for this run

on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm i
- run: npm run package
- uses: ./.github/actions/internal
with:
name: dist
file: dist/index.js