Skip to content

Fix attribute location to match spec #14

Fix attribute location to match spec

Fix attribute location to match spec #14

Workflow file for this run

on:
push:
paths:
- '**.js?(x)'
- '**.ts?(x)'
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm i
- run: npm run ci