Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

⬆️ Bump postcss from 8.4.31 to 8.4.35 #136

⬆️ Bump postcss from 8.4.31 to 8.4.35

⬆️ Bump postcss from 8.4.31 to 8.4.35 #136

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js