Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

fix: convert airport elevation to feet #51

fix: convert airport elevation to feet

fix: convert airport elevation to feet #51

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
# lint:
# runs-on: ubuntu-latest
# if: github.event.pull_request.draft == false
# steps:
# - name: Checkout source
# uses: actions/checkout@v2
# - name: install
# run: npm install --no-optional
# - name: npm run lint
# run: npm run lint
test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: npm install
run: npm install --no-optional
- name: npm run test
run: npm run test