Skip to content

Add AIRSKY airline entry to airlines.json #653

Add AIRSKY airline entry to airlines.json

Add AIRSKY airline entry to airlines.json #653

Workflow file for this run

name: Code check
on:
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 24.x
- uses: ./.github/actions/codecheck