Skip to content

Commit

Permalink
remove prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede committed Jan 19, 2024
1 parent f8a64e4 commit 4ffc08f
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,33 +151,3 @@ jobs:
run: poetry install --no-interaction
- name: πŸš€ Run yamllint
run: poetry run yamllint .

prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: ‡️ Check out code from GitHub
uses: actions/[email protected]
- name: πŸ— Set up Poetry
run: pipx install poetry
- name: πŸ— Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
- name: πŸ— Install workflow dependencies
run: |
poetry config virtualenvs.create true
poetry config virtualenvs.in-project true
- name: πŸ— Install Python dependencies
run: poetry install --no-interaction
- name: πŸ— Set up Node.js
uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: πŸ— Install NPM dependencies
run: npm install
- name: πŸš€ Run prettier
run: poetry run pre-commit run prettier --all-files

0 comments on commit 4ffc08f

Please sign in to comment.