Skip to content

Commit

Permalink
no checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 3, 2024
1 parent 6a8fadc commit dadfb23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
zerocracy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@0.0.39
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
Expand Down

1 comment on commit dadfb23

@0crat
Copy link

@0crat 0crat commented on dadfb23 Aug 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -20 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is +230.

Please sign in to comment.