Skip to content

feat(ci): add GitHub actions and allow svelte/no-at-html-tags #5

feat(ci): add GitHub actions and allow svelte/no-at-html-tags

feat(ci): add GitHub actions and allow svelte/no-at-html-tags #5

Workflow file for this run

name: eslint check
on: ["push", "pull_request"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Show environment info
run: eslint --env-info
- name: Run ESLint
run: eslint .