Skip to content

remove npmrc

remove npmrc #5

Workflow file for this run

name: test
on:
push:
branches:
- "master"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: wszgrcy/code-recycle-action@main
with:
path: ./script/sync-localize.ts
cwd: ./src
- run: npm install
- run: npm test