Skip to content

[Add] post to twitter github release #14

[Add] post to twitter github release

[Add] post to twitter github release #14

Workflow file for this run

name: Commit Lint
on:
workflow_call: # Trigger pro reusable workflow
inputs:
branch:
required: false
type: string
default: "main"
pull_request:
types: [opened, synchronize, edited]
push:
branches:
- master
- main
- develop
- feature/**
- release/**
- test/**
- bugfix/**
jobs:
lint-commits:
uses: gouef/github-lib-template/.github/workflows/shared_commit-lint.yml@main

Check failure on line 24 in .github/workflows/commit-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commit-lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/commit-lint.yml" -> "gouef/github-lib-template/.github/workflows/shared_commit-lint.yml@main" : failed to fetch workflow: workflow was not found.