Skip to content

test: diagnostic - ubuntu-latest-large + github-owned actions only #43

test: diagnostic - ubuntu-latest-large + github-owned actions only

test: diagnostic - ubuntu-latest-large + github-owned actions only #43

Workflow file for this run

name: CI
on: [push]
jobs:
test-and-build:
runs-on: ubuntu-latest-large
strategy:
matrix:
node-version: [20.10.0]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test --coverage