Skip to content

Ignore eslint 10 until ecosystem supports it (#1700) #956

Ignore eslint 10 until ecosystem supports it (#1700)

Ignore eslint 10 until ecosystem supports it (#1700) #956

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Jest MHA
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
runs-on: windows-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: NPM build, test
run: |
npm ci
npm test