WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Add GitHub Actions workflow for npm package publishing #60

Add GitHub Actions workflow for npm package publishing

Add GitHub Actions workflow for npm package publishing #60

Workflow file for this run

# don't copy this, this is for self-testing only
# see the README for how to use this action
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
# don't copy this, this is for self-testing only
# see the README for how to use this action
- uses: ./.
name: Run pre-commit-ci/[email protected]
if: always()