chore: lint

This commit is contained in:
coderaiser 2023-07-09 12:43:24 +03:00
parent f1279666b5
commit 4717e035ee
173 changed files with 1388 additions and 1627 deletions

6
.github/FUNDING.yml vendored
View file

@ -1,10 +1,4 @@
# These are supported funding model platforms
github: coderaiser
patreon: coderaiser
open_collective: cloudcmd
ko_fi: coderaiser
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
#lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
#liberapay: ~1758956

View file

@ -48,6 +48,6 @@ jobs:
- name: Coverage
run: redrun coverage coverage:report
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}