Skip to content

Update dependency @constl/ipa to v1.4.8 #655

Update dependency @constl/ipa to v1.4.8

Update dependency @constl/ipa to v1.4.8 #655

Workflow file for this run

name: கிளிமூக்கு
on:
workflow_dispatch:
push:
branches:
- main
- 'renovate/**'
tags:
- v*
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '!.github/workflows/npm-publish-next.yml'
- '!.github/workflows/tests.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
pull_request:
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '!.github/workflows/npm-publish-next.yml'
- '!.github/workflows/tests.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml

Check failure on line 39 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/tests.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
# publier_npm_suivant:
# if: ${{ github.ref == 'refs/heads/main' }}
# uses: ./.github/workflows/npm-publish-next.yml
# needs: [ tests ]