Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Merge branch 'master' of github.com:mrepol742/project-orion #148

Merge branch 'master' of github.com:mrepol742/project-orion

Merge branch 'master' of github.com:mrepol742/project-orion #148

Workflow file for this run

name: Project Orion CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: NPM Clean Install
run: npm ci
- name: Eslint
run: |
npm i --include=dev
npm run eslint ./