Skip to content

Slots in element added #67

Slots in element added

Slots in element added #67

Workflow file for this run

name: Formatting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run prettier check
run: npm run check-format