Skip to content

HashView component #1507

HashView component

HashView component #1507

Workflow file for this run

name: yarn
on:
push:
branches:
- main
tags:
- "*"
pull_request:
types: [opened, synchronize]
paths-ignore:
- "./migrations/**"
- "./tauri/**"
- "*.toml"
- "*.md"
- "LICENSE"
merge_group:
paths-ignore:
- "./migrations/**"
- "./tauri/**"
- "*.toml"
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g yarn
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "20"
- run: yarn install --frozen-lockfile
run: yarn lint

Check failure on line 41 in .github/workflows/yarn.yml

View workflow run for this annotation

GitHub Actions / yarn

Invalid workflow file

The workflow is not valid. .github/workflows/yarn.yml (Line: 41, Col: 9): 'run' is already defined .github/workflows/yarn.yml (Line: 42, Col: 9): 'run' is already defined
run: yarn test