Skip to content

chore: remove old snapshots #7

chore: remove old snapshots

chore: remove old snapshots #7

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: "Linting"
jobs:
lint:
name: "Lints"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
- name: "Install prettier 2.8.8"
run: |
yarn global add [email protected]
- name: "Check prettier format"
run: |
prettier --ignore-path .gitignore --check .