Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
fix(ci-core):identation mappings in yml file
Browse files Browse the repository at this point in the history
zakhaev26 authored Mar 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7cb7cb6 commit b35f01a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check_core_build.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- ci
pull_request:
branches:
- main
@@ -17,10 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1

- name: install packages
run: |

0 comments on commit b35f01a

Please sign in to comment.