Skip to content

Change object-curly-newline rules #25

Change object-curly-newline rules

Change object-curly-newline rules #25

Workflow file for this run

name: 'Tests: pretest/posttest'
on: [pull_request, push]
jobs:
pretest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
package:
- eslint-config-oceanai
- eslint-config-oceanai-react
defaults:
run:
working-directory: "packages/${{ matrix.package }}"
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:

Check failure on line 23 in .github/workflows/node-pretest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/node-pretest.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
node-version: 'lts/*'
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run pretest