Skip to content

Commit

Permalink
Setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Oct 19, 2024
1 parent 72f1eef commit 71fc0b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 29 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mlflow-js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mlflow
on:
push:
branches: [stephany/github-actions]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.7'
- name: Install dependencies
run: npm ci
- name: Eslint
run: npm run lint
- name: Build
run: npm run build
29 changes: 0 additions & 29 deletions Jenkinsfile

This file was deleted.

0 comments on commit 71fc0b0

Please sign in to comment.