Skip to content

Bump @123ishatest/igt-library from 0.0.0 to 1.0.0 #10

Bump @123ishatest/igt-library from 0.0.0 to 1.0.0

Bump @123ishatest/igt-library from 0.0.0 to 1.0.0 #10

name: Run Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run __tests__
run: npm test
- name: Run Linting
run: npm run lint