Skip to content

Commit

Permalink
ci: add attw step
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Apr 8, 2024
1 parent 187cc4a commit e6661f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Build
run: bun run build

# TODO:
# - name: Are the types wrong
# run: bun run attw
- name: Are the types wrong
run: bun run attw

- name: CodeCov
uses: codecov/codecov-action@v4.1.1
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/not-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Build
run: bun run build

# TODO:
# - name: Are the types wrong
# run: bun run attw
- name: Are the types wrong
run: bun run attw

- name: CodeCov
uses: codecov/codecov-action@v4.1.1
Expand Down

0 comments on commit e6661f7

Please sign in to comment.