Skip to content

feat: introduce 'skip' clause in names to allow for all tests to be s… #107

feat: introduce 'skip' clause in names to allow for all tests to be s…

feat: introduce 'skip' clause in names to allow for all tests to be s… #107

Workflow file for this run

name: formatting
on: [push]
jobs:
format:
runs-on: ubuntu-latest
name: prettier
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: prettier check
run: npx prettier -c ./src ./tests --config ./.prettierrc