Skip to content

build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 #23

build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0

build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 #23

Workflow file for this run

name: yarn-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
yarnci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for actions/github-script to get PR info
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: yarn
node-version: lts/*
- name: install
uses: borales/actions-yarn@v4
with:
cmd: install --frozen-lockfile
- name: build
uses: borales/actions-yarn@v4
with:
cmd: build