Skip to content

removed commented out test cmds to trigger the workflow #45

removed commented out test cmds to trigger the workflow

removed commented out test cmds to trigger the workflow #45

# name: pre-merge-checks
# on:
# pull_request:
# branches: test-main
# jobs:
# Run-Tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: npm install
# - run: npm test