Skip to content

Bump @typescript-eslint/eslint-plugin from 8.7.0 to 8.8.1 (#85) #247

Bump @typescript-eslint/eslint-plugin from 8.7.0 to 8.8.1 (#85)

Bump @typescript-eslint/eslint-plugin from 8.7.0 to 8.8.1 (#85) #247

Workflow file for this run

name: Gherklin
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
node-version: [22.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Gherklin
run: npm run gherklin