Skip to content

Commit acad150

Browse files
committed
Merge branch '2024_sem2' of github.com:algorithms-in-action/algorithms-in-action.github.io into 2024_sem2
2 parents b0a1289 + 8576d21 commit acad150

File tree

80 files changed

+5852
-619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+5852
-619
lines changed

.github/workflows/url.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: URL Navigation and Parameter Input CI
2+
3+
on:
4+
push:
5+
branches:
6+
- 2024_sem2
7+
pull_request:
8+
branches:
9+
- 2024_sem2
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
- name: Checkout 🛎️
16+
uses: actions/[email protected]
17+
with:
18+
persist-credentials: false
19+
20+
- name: Install dependencies
21+
run:
22+
npm install
23+
npm install jest supertest --save-dev
24+
25+
- name: Run tests 🔧
26+
run:
27+
npm start
28+
npm test-url

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ yarn-error.log*
2424
# Remove Docs
2525
/docs
2626
/tests
27+
28+
# IDEs
29+
/.idea
30+
/.vscode

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/Colour-Guidelines-20241011.pdf

347 KB
Binary file not shown.

docs/Homepage-Guidelines-20241020.pdf

188 KB
Binary file not shown.

0 commit comments

Comments
 (0)