Skip to content

Renamed test file sort-items.cy.js to sort.cy.js #11

Renamed test file sort-items.cy.js to sort.cy.js

Renamed test file sort-items.cy.js to sort.cy.js #11

Workflow file for this run

# name: Code formatting
# on: [push, pull_request]
# jobs:
# build:
# name: Prettier
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - name: Install NPM
# run: npm install .
# - name: Check code formatting
# run: npm run check