ADFCONNECT-19100_Neo Angular Ramp up and Adjustments: #24
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continues Integration | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
name: NPM Install/Build/Tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Node JS | |
uses: actions/setup-node@v4 | |
with: | |
node-version: "20" | |
- name: install, lint, test, and build | |
run: npm run build:github |