Skip to content

FEAT: Implement MSD Radix Sort #83 from kraklo/feature/msd-radix-sort #12

FEAT: Implement MSD Radix Sort #83 from kraklo/feature/msd-radix-sort

FEAT: Implement MSD Radix Sort #83 from kraklo/feature/msd-radix-sort #12

Workflow file for this run

name: URL Navigation and Parameter Input CI
on:
push:
branches:
- 2024_sem2
pull_request:
branches:
- 2024_sem2
jobs:
build:

Check failure on line 12 in .github/workflows/url.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/url.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install dependencies
run:
npm install
npm install jest supertest --save-dev
- name: Run tests 🔧
run:
npm start
npm test-url