Skip to content

Discounted Price Style #181

Discounted Price Style

Discounted Price Style #181

Workflow file for this run

name: Lint & Format
on: [push]
jobs:
format-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: npm ci
- name: Prettier
run: npm run lint
- name: Lint
run: npm run format