Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nexoscreator committed Jul 12, 2024
1 parent 5178ed7 commit 82a3596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Node.js Dev

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build

- name: upload GitHub Pages site
uses: actions/upload-pages-artifact@v1
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This is a GitHub App built with [Probot](https://github.com/probot/probot) that automates various GitHub workflows.

[![Node.js Dev](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml/badge.svg)](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml)
[![CI](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml/badge.svg)](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml)

## Install

First [Connect bot](https://github.com/apps/nexos-bot)
Expand Down

0 comments on commit 82a3596

Please sign in to comment.