Skip to content

⬆️ Bump postcss from 8.4.24 to 8.4.31 #197

⬆️ Bump postcss from 8.4.24 to 8.4.31

⬆️ Bump postcss from 8.4.24 to 8.4.31 #197

Workflow file for this run

name: 💄 Linting
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [main]
paths-ignore:
- '**.md'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: 🔀 Checking out Repo
uses: actions/checkout@v3
- name: ⬇️ Installing Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: 📦 Installing Dependencies
run: yarn install && ls
- name: ⌛️ Running ESLint
run: |
cd packages/custoplayer
yarn lint