Skip to content

v1.2.2: fix types for PixiJS v8 (#10) #35

v1.2.2: fix types for PixiJS v8 (#10)

v1.2.2: fix types for PixiJS v8 (#10) #35

Workflow file for this run

name: "lint"
on:
push:
branches: ["main"]
paths:
- "**/*.ts"
pull_request:
branches: ["main"]
paths:
- "**/*.ts"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: npm run lint