name: Test run-name: Test? on: [push] jobs: test: runs-on: ubuntu-latest uses: https://github.com/actions/checkout@v4 steps: - run: npm run test