Skip to content

Automated cart functionality test scenarios #10

Automated cart functionality test scenarios

Automated cart functionality test scenarios #10

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