name: checks on: - push - pull_request jobs: lint: name: check and test runs-on: ubuntu-latest steps: - uses: actions/setup-node@v2 name: nodejs with: node-version: "18.15.0" - run: echo "hello" - run: ls - run: pwd - run: npm install