Skip to content

Commit

Permalink
feature : improve CI & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Safouene1 committed Apr 29, 2024
1 parent e33f227 commit bb0cfa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
types: [ opened, edited, synchronize, reopened ]


jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1


- name: Install dependencies
run: npm install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CardsFilterToolbar = () => {
{ label: "Inactive", value: "inactive" },
]}
/>
<RefreshButton />
<RefreshButton className={"w-26 h-8"} />
{isFiltered && (
<Button variant="ghost" className="h-8 px-2 lg:px-3">
Reset
Expand Down

0 comments on commit bb0cfa7

Please sign in to comment.