Skip to content

feat: fanimani widget #2027

feat: fanimani widget

feat: fanimani widget #2027

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn add @commitlint/[email protected]
- uses: JulienKode/[email protected]