Skip to content

Add PoE2 Filter

Add PoE2 Filter #10

Workflow file for this run

name: CI
on: [push]
env:
node_version: "22.12.0"
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.node_version }}
- name: Lint
run: npx awesome-lint