Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

✨ Add challenge-26 solution #133

✨ Add challenge-26 solution

✨ Add challenge-26 solution #133

Workflow file for this run

name: AdventJS
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
linter:
name: ✅ Validate linter
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout project
uses: actions/checkout@v3
- name: 🟢 Setup NodeJS 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
cache-dependency-path: './package-lock.json'
- name: 📥 Install dependencies
run: npm ci
- name: 📑 Check lint
run: npm run lint
test:
name: 🧑‍🔬 Test project
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout project
uses: actions/checkout@v3
- name: 🟢 Setup NodeJS 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
cache-dependency-path: './package-lock.json'
- name: 📥 Install dependencies
run: npm ci
- name: 🧪 Run challenges
run: npm run test

AltStyle によって変換されたページ (->オリジナル) /