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

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3 #1042

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3 #1042

Workflow file for this run

name: Lint
on: [ push ]
jobs:
yarn-install:
name: Yarn Install
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
lint-js:
name: Lint JS
runs-on: ubuntu-latest
needs: yarn-install
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- run: yarn eslint --ext js,mjs --ignore-path .gitignore .
lint-style:
name: Lint CSS
runs-on: ubuntu-latest
needs: yarn-install
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- run: yarn stylelint "**/*.{scss,css}" --ignore-path .gitignore
lint-php:
name: Lint PHP
runs-on: ubuntu-latest
needs: yarn-install
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- run: yarn composer install
- run: yarn composer phpcs