Skip to content

Bump react from 18.3.1 to 19.0.0 #46

Bump react from 18.3.1 to 19.0.0

Bump react from 18.3.1 to 19.0.0 #46

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / CI - Yarn

Invalid workflow file

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