Skip to content

refactor(config): adds husky #8

refactor(config): adds husky

refactor(config): adds husky #8

Workflow file for this run

name: Deployment Pipeline
on:
pull_request:
types: [closed]
branches:
- main
- dev
jobs:
deploy:
name: Deploy
if: github.event.pull_request.merged == true
uses: kurocado-studio/styleguide/.github/actions/deploy@main

Check failure on line 14 in .github/workflows/deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets: inherit
with:
commit_sha: ${{ github.event.pull_request.merge_commit_sha }}