Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Virashu committed Jul 25, 2024
1 parent f7301a8 commit fdecb08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
run: |
black $(git ls-files '*.py')
- run: |
mkdir -p reports
- name: Create reportss
run: |
mkdir -p reports
# Pyright
- name: Install pyright
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Upload lint.json
path: reports/*
path: |
reports/*
- name: Release nightly
uses: softprops/action-gh-release@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Like 𝕏, but 𝕐.
<a href="https://github.com/psf/black">
<img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
</a>
<a href="https://github.com/virashu/releases/download/nightly/pylint_report.txt">
<a href="https://github.com/virashu/y/releases/download/nightly/pylint_report.txt">
<img alt="Dynamic JSON Badge" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FVirashu%2FY%2Freleases%2Fdownload%2Fnightly%2Flint.json&query=%24.pylint_score&style=flat&label=Pylint%20score">
</a>
<a href="https://github.com/virashu/releases/download/nightly/pyright_report.txt">
<a href="https://github.com/virashu/y/releases/download/nightly/pyright_report.txt">
<img alt="Dynamic JSON Badge" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FVirashu%2FY%2Freleases%2Fdownload%2Fnightly%2Flint.json&query=%24.pyright_errors&style=flat&label=Typing%20issues&color=red">
</a>

Expand Down

0 comments on commit fdecb08

Please sign in to comment.