mirror of
https://github.com/Tinkoff/career.git
synced 2025-12-06 11:36:56 +03:00
ci: заменил линт плагин на prettier, прошлый поломался
This commit is contained in:
9
.github/workflows/linter.yml
vendored
9
.github/workflows/linter.yml
vendored
@@ -22,4 +22,11 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ocular-d/md-linkcheck-action@1.0.2
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Prettier Action
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
prettier_options: --write **/*.{js,md}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user