Skip to content

Add RenPy for File Renaming Automation #45

Add RenPy for File Renaming Automation

Add RenPy for File Renaming Automation #45

Workflow file for this run

name: lint javascript projects
on:
pull_request:
branches: [ master]
jobs:
lint_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.0
- run: npm ci
- run: npm run lint