Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 6, 2024
1 parent b0716d3 commit fe7556c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
name: Lint style
runs-on: ubuntu-latest
steps:
# Check for long lines in .lean files and report if any lines exceed 100 characters
- name: Check for long lines
if: always()
run: |
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
python-version: '3.9'
cache: 'pip'

# Cache and install required apt packages for blueprint
- name: Cache and install blueprint apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit fe7556c

Please sign in to comment.