Skip to content

pnpm(deps-dev): bump lint-staged from 16.2.7 to 16.3.2 #25

pnpm(deps-dev): bump lint-staged from 16.2.7 to 16.3.2

pnpm(deps-dev): bump lint-staged from 16.2.7 to 16.3.2 #25

Workflow file for this run

name: CI/CD Main Pipeline
permissions:
contents: write
id-token: write
pages: write
issues: write
pull-requests: write
on:
push:
branches:
- main
- develop
jobs:
lint:
uses: kurocado-studio/devops/.github/workflows/workflow.lint-format.yml

Check failure on line 18 in .github/workflows/ci.push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.push.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
needs: lint
uses: kurocado-studio/devops/.github/workflows/workflow.release.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branch_name: ${{ github.ref_name }}