Skip to content

[Bug] Fixes: #1801 AirTreks "How to apply" link does not work correct… #1688

[Bug] Fixes: #1801 AirTreks "How to apply" link does not work correct…

[Bug] Fixes: #1801 AirTreks "How to apply" link does not work correct… #1688

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js
uses: actions/setup-node@main
- name: Install dependencies
run: npm install
- name: Run validation
run: npm run validate