Skip to content

Переход на EDT 2024.1 #1978

Переход на EDT 2024.1

Переход на EDT 2024.1 #1978

Workflow file for this run

name: CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- '**'
jobs:
build:
name: Build
# This build will run on master,release/* push, local PR and PR from forks without label Analyze
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name || !contains(github.event.pull_request.labels.*.name, 'Analyze')
uses: 1C-company/v8-code-style/.github/workflows/build.yml@edt-2024-1

Check failure on line 17 in .github/workflows/ci-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-build.yml" -> "1C-company/v8-code-style/.github/workflows/build.yml@edt-2024-1" (source branch with sha:0fac21f58616be318be0124141cb38c439a2fa98) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
analyze: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name }}
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN }}