Skip to content

Commit

Permalink
fix: remove part of lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed Apr 20, 2024
1 parent 99a56eb commit 714756f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ jobs:
with:
python-version: "3.x"
architecture: "x64"

- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install required packages
run: |
brew install shellcheck
pip install --upgrade pip
pip install vim-vint

0 comments on commit 714756f

Please sign in to comment.