mirror of
https://github.com/Tinkoff/career.git
synced 2025-12-09 04:57:01 +03:00
rollback ref setting
Ref needed for prettier action
This commit is contained in:
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
- name: Prettier Action
|
- name: Prettier Action
|
||||||
uses: creyD/prettier_action@v4.2
|
uses: creyD/prettier_action@v4.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user