Skip to content

Update dependency @open-wc/eslint-config to v12 #2617

Update dependency @open-wc/eslint-config to v12

Update dependency @open-wc/eslint-config to v12 #2617

Workflow file for this run

name: App CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn run test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}