Skip to content

Commit

Permalink
chore: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Sep 16, 2023
1 parent feb77d1 commit a01058b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: build

on:
- push
Expand All @@ -10,15 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'

- id: build
name: Build
- name: Build
run: |
yarn install
yarn run lint
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# robots-supervisor

[![Build Status](https://img.shields.io/github/workflow/status/ARIG-Robotique/robots-supervisor/CI?logo=github)](https://github.com/ARIG-Robotique/robots-supervisor/actions)
[![Docker Status](https://img.shields.io/docker/build/arig/robots-supervisor?logo=docker)](https://hub.docker.com/r/arig/robots-supervisor/)
[![Build Status](https://img.shields.io/github/actions/workflow/status/ARIG-Robotique/robots-supervisor/build.yml?branch=dev&logo=github)](https://github.com/ARIG-Robotique/robots-supervisor/actions/workflows/build.yml)

Monitoring et réglage des robots.

Expand Down

0 comments on commit a01058b

Please sign in to comment.