name:CIon:push:branches:-mastertags:-'*'pull_request:paths-ignore:-'**/*.md'-'**/*.txt'-'**/*.png'-'**/*.jpg'jobs:build:name:Buildruns-on:ubuntu-lateststeps:-uses:actions/checkout@v2-uses:actions/setup-java@v2with:distribution:'zulu'java-version:11-uses:subosito/flutter-action@...
# 要checkout的仓库地址ref:${{env.THEME_BRANCH}}path:themes/next# 要checkout到的路径# 3. 安装 node.js 环境-name:Use Node.js ${{matrix.node}}uses:actions/setup-node@v2# 使用actions/setup-node安装nodejswith:node-version:${{matrix.node}}# 4. 安装Heox-name:Install Hexorun:|# 运行comm...
.npmignore This file defines which files are to be included in each @types package. It must take a specific form. For packages with only one version in the repo: * !**/*.d.ts !**/*.d.cts !**/*.d.mts !**/*.d.*.ts Which is to say "ignore all files, but don't ignore...
.gitignore gitignore cleanup (#1672) Jun 24, 2024 .mailmap mailmap: add name/email aliases for yuangongji (name and email) Nov 17, 2019 .uncrustify Add config for uncrustify Oct 5, 2016 .yamllint Ignore truthy in yamllint (for github-actions) ...
These are often GitHub Apps, GitHub Actions, or custom actions. For more information, see About building integrations. issue Issues are suggested improvements, tasks or questions related to the repository. Issues can be created by anyone (for public repositories), and are moderated by repository ...
Actions Projects1 Security Insights Additional navigation options master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 86,829 Commits .cursor .github ...
-uses:actions/checkout@v4with:fetch-depth:2-run:git checkout HEAD^ -name:Checkoutuses:actions/checkout@v4with:path:main-name:Checkout tools repouses:actions/checkout@v4with:repository:my-org/my-toolspath:my-tools If your secondary repository is private or internal you will need to add the...
.gitignore .gitlab-ci.yml .gitmodules .mypy.ini .pre-commit-config.yaml .pylintrc .readthedocs.yml .shellcheckrc .vale.ini CMakeLists.txt COMPATIBILITY.md COMPATIBILITY_CN.md CONTRIBUTING.md Kconfig LICENSE README.md README_CN.md ROADMAP.md ROADMAP_CN.md SECURI...
jobs:build-linux:runs-on:ubuntu-lateststeps: -uses:actions/checkout@v4-name:Cache Primesid:cache-primesuses:actions/cache@v4with:path:prime-numberskey:primes-name:Generate Prime Numbersif:steps.cache-primes.outputs.cache-hit != 'true'run:./generate-primes.sh -d prime-numbers-name:Cache Number...
GitHub ActionsGitHub CLI comes pre-installed in all GitHub-Hosted Runners.Other platformsDownload packaged binaries from the releases page.Verification of binariesSince version 2.50.0 gh has been producing Build Provenance Attestation enabling a cryptographically verifiable paper-trail back to the origin ...