fix broken pipelines

This commit is contained in:
Andrey Marchenko
2022-11-01 17:08:04 +03:00
committed by GitHub
parent 83c46d7b47
commit da698bd428

View File

@@ -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: