mirror of
https://github.com/Tinkoff/career.git
synced 2026-03-25 23:28:42 +03:00
fix broken pipelines
This commit is contained in:
5
.github/workflows/linter.yml
vendored
5
.github/workflows/linter.yml
vendored
@@ -21,10 +21,7 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/checkout@v3
|
||||
- name: Prettier Action
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user