Skip to content

fix: eslint warning

fix: eslint warning #1

Workflow file for this run

name: Console CI
on:
push:
branches: [main, feat_queue_refactor]
pull_request:
branches: [main, feat_queue_refactor]
#
jobs:
build:
runs-on: ubuntu-latest
strategy:

Check failure on line 13 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
matrix:
node-version: [18.x]
#
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test
- run: yarn lint
- run: yarn check-types