Skip to content

Bump css-what from 5.0.0 to 5.1.0 #32

Bump css-what from 5.0.0 to 5.1.0

Bump css-what from 5.0.0 to 5.1.0 #32

Workflow file for this run

name: Main Workflow
on:
push:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '14'
registry-url: https://npm.pkg.github.com/
scope: '@wisersolutions'
- run: npm i
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run lint