Skip to content

Bump ESLint version to add prefer-at condition #278

Bump ESLint version to add prefer-at condition

Bump ESLint version to add prefer-at condition #278

name: Check e2e test code builds correctly
on:
workflow_call:
pull_request:
types: [opened, synchronize]
paths:
- 'tests/e2e/**'
- 'src/libs/E2E/**'
jobs:
lint:
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Verify e2e tests compile correctly
run: npm run e2e-test-runner-build