Skip to content

Automatic Update

Automatic Update #13

Workflow file for this run

name: test_rename
on:
pull_request:
permissions:
contents: read
jobs:
test_rename:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run rename_test