Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed May 2, 2023
1 parent bc6bc26 commit 26283e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: ["main"]

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"dev": "resume serve --theme .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsc -p tsconfig.build.json"
"build": "tsc -p tsconfig.build.json",
"lint": "eslint ."
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 26283e4

Please sign in to comment.