Skip to content

Bump akhilmhdh/contributors-readme-action from 2.3.10 to 2.3.11 in the actions-minor group #104

Bump akhilmhdh/contributors-readme-action from 2.3.10 to 2.3.11 in the actions-minor group

Bump akhilmhdh/contributors-readme-action from 2.3.10 to 2.3.11 in the actions-minor group #104

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test