Skip to content

Bump @html-eslint/eslint-plugin from 0.27.0 to 0.31.1 #121

Bump @html-eslint/eslint-plugin from 0.27.0 to 0.31.1

Bump @html-eslint/eslint-plugin from 0.27.0 to 0.31.1 #121

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_VERSION: '20'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i
- run: npm run test
- name: Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
directory: ./build/coverage
flags: unittests
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}