Skip to content

⬆️ Bump style-dictionary from 3.9.2 to 4.1.2 #14

⬆️ Bump style-dictionary from 3.9.2 to 4.1.2

⬆️ Bump style-dictionary from 3.9.2 to 4.1.2 #14

Workflow file for this run

name: "🚨 Script Linter"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: npm install
- run: npm run eslint