Skip to content

Commit

Permalink
rename lint and test to build in github action
Browse files Browse the repository at this point in the history
rename lint and test to build in github action for cosmetics
  • Loading branch information
edwinnglabs committed Mar 15, 2024
1 parent 9bea502 commit fa76fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: lint and test
name: build
# lint and run unit tests

on: [push]

Expand All @@ -12,7 +13,7 @@ jobs:
options: "--check --verbose --color"
jupyter: false

build:
test:
runs-on: ubuntu-latest
needs: lint
strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![build](https://github.com/edwinnglabs/karpiu/actions/workflows/format_and_test.yaml/badge.svg)](https://github.com/edwinnglabs/karpiu/actions/workflows/format_and_test.yaml)
[![build](https://github.com/edwinnglabs/karpiu/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/edwinnglabs/karpiu/actions/workflows/build.yaml)
[![pages](https://github.com/edwinnglabs/karpiu/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/edwinnglabs/karpiu/actions/workflows/pages.yaml)
# Karpiu

Expand Down

0 comments on commit fa76fcc

Please sign in to comment.