Skip to content

Use reusable workflows #438

Use reusable workflows

Use reusable workflows #438

name: Validations
on:
push:
tags-ignore:
- '**'
branches:
- master
pull_request:
types:
- synchronize
- opened
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
validations:
uses: croct-tech/github-workflows/.github/workflows/general/javascript-validations.yml@unify-workflows

Check failure on line 20 in .github/workflows/validate-branch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-branch.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
node-version: '22'
run-security: true
secrets:
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}