FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #51 from Debugging-Disciples/copilot/fix-emergency-button-functionality · Debugging-Disciples/PurePath-App@f17f8d5 · GitHub

Merge pull request #51 from Debugging-Disciples/copilot/fix-emergency… #39

Merge pull request #51 from Debugging-Disciples/copilot/fix-emergency…

Merge pull request #51 from Debugging-Disciples/copilot/fix-emergency… #39

Workflow file for this run

This file contains hidden or 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: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm install

Back | FazBrowse Home | New Git URL