Skip to content

docs: add narthur as a contributor for bug #42

docs: add narthur as a contributor for bug

docs: add narthur as a contributor for bug #42

Workflow file for this run

name: "💎 style"
on: pull_request
jobs:
style:
name: "💎 style"
runs-on: ubuntu-latest
steps:
- name: "📚 checkout"
uses: actions/[email protected]
- name: "🟢 node"
uses: actions/[email protected]
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: "📦 install"
run: npm ci
- name: "🧶 lint"
run: npm run lint
- name: "💾 format"
run: npm run format