Skip to content

Revert "chore: remove .npmrc files that were left (#31)" #130

Revert "chore: remove .npmrc files that were left (#31)"

Revert "chore: remove .npmrc files that were left (#31)" #130

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: 🧪 Tests
on:
workflow_call:
push:
# Run this only on branches that are not main
branches-ignore:
- main
jobs:
tests:
uses: ./.github/workflows/_tests.yml
secrets: inherit