chore(cleanup): removed github actions configuration

This commit is contained in:
redbinder 2025-08-28 16:42:21 +02:00
commit 0de45bde15
2 changed files with 0 additions and 21 deletions

View file

@ -1,20 +0,0 @@
name: Publish to NPM
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Publishing
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

1
.gitignore vendored
View file

@ -1 +0,0 @@
error.log