Skip to content

Commit

Permalink
👷 Rename CI workflow to build
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Sep 22, 2023
1 parent da41ab7 commit 65deaa5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: CI
name: Build and Test
on: [push, pull_request]
jobs:
build:
name: Build app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Check types
run: npm run check
- name: Run linter
- name: Lint code
run: npm run lint
- name: Build app
run: npm run build

0 comments on commit 65deaa5

Please sign in to comment.