Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

chore(deps-dev): bump esbuild from 0.17.19 to 0.18.11 (#220) #465

chore(deps-dev): bump esbuild from 0.17.19 to 0.18.11 (#220)

chore(deps-dev): bump esbuild from 0.17.19 to 0.18.11 (#220) #465

Workflow file for this run

name: rome check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
run: |
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- name: yarn install
run: |
yarn
- name: rome format
run: |
yarn run fmt
- name: rome check
run: |
yarn run check