Skip to content

update: add cta link type to button module #787

update: add cta link type to button module

update: add cta link type to button module #787

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install NPM deps
run: |
npm install
- name: Lint
run: |
npm run eslint