Skip to content

Commit

Permalink
feat(logs): Add ignoredUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
adan-ea committed Dec 29, 2023
1 parent 7a52d80 commit e5ba556
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 416 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches: [main]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm run test
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_SECRET }}
Loading

0 comments on commit e5ba556

Please sign in to comment.