chore(deps): update dependency prettier to v3.0.2 #186
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------------ | |
# <auto-generated> | |
# | |
# This code was generated. | |
# | |
# - To turn off auto-generation set: | |
# | |
# [GitHubActionsSteps (AutoGenerate = false)] | |
# | |
# - To trigger manual generation invoke: | |
# | |
# nuke --generate-configuration GitHubActions_ci-ignore --host GitHubActions | |
# | |
# </auto-generated> | |
# ------------------------------------------------------------------------------ | |
name: ci-ignore | |
on: | |
push: | |
branches: | |
- 'master' | |
- 'main' | |
- 'next' | |
tags: | |
- 'v*' | |
paths: | |
- '.codecov.yml' | |
- '.editorconfig' | |
- '.gitattributes' | |
- '.gitignore' | |
- '.gitmodules' | |
- '.lintstagedrc.js' | |
- '.prettierignore' | |
- '.prettierrc' | |
- 'LICENSE' | |
- 'nukeeper.settings.json' | |
- 'omnisharp.json' | |
- 'package-lock.json' | |
- 'package.json' | |
- 'Readme.md' | |
- '.github/dependabot.yml' | |
- '.github/labels.yml' | |
- '.github/release.yml' | |
- '.github/renovate.json' | |
pull_request: | |
branches: | |
- 'master' | |
- 'main' | |
- 'next' | |
paths: | |
- '.codecov.yml' | |
- '.editorconfig' | |
- '.gitattributes' | |
- '.gitignore' | |
- '.gitmodules' | |
- '.lintstagedrc.js' | |
- '.prettierignore' | |
- '.prettierrc' | |
- 'LICENSE' | |
- 'nukeeper.settings.json' | |
- 'omnisharp.json' | |
- 'package-lock.json' | |
- 'package.json' | |
- 'Readme.md' | |
- '.github/dependabot.yml' | |
- '.github/labels.yml' | |
- '.github/release.yml' | |
- '.github/renovate.json' | |
jobs: | |
build: | |
strategy: | |
matrix: | |
os: [windows-latest, ubuntu-latest] | |
runs-on: ${{ matrix.os }} | |
steps: | |
- name: N/A | |
run: | | |
echo "No build required" |