content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
apiVersion: 1\ndatasources:\n - name: Prometheus\n type: prometheus\n access: proxy\n orgId: 1\n uid: prometheus\n url: http://prometheus:9090\n basicAuth: false\n isDefault: true\n version: 1\n editable: false\n jsonData:\n timeInterval: "5s"\n | dataset_sample\yaml\weaviate_weaviate\tools\dev\grafana\datasources\prometheus.yml | prometheus.yml | YAML | 267 | 0.8 | 0 | 0 | awesome-app | 483 | 2024-02-21T02:44:47.181558 | Apache-2.0 | false | c35271b4c0d5f8f03974bc7dcc185624 |
global:\n scrape_interval: 5s\n evaluation_interval: 5s\n\nscrape_configs:\n - job_name: 'weaviate-node-1'\n static_configs:\n - targets: ['host.docker.internal:2112']\n labels:\n instance: 'node-1'\n - job_name: 'weaviate-node-2'\n static_configs:\n - targets: ['host.docker.internal... | dataset_sample\yaml\weaviate_weaviate\tools\dev\prometheus_config\prometheus.yml | prometheus.yml | YAML | 624 | 0.7 | 0 | 0 | python-kit | 341 | 2024-02-27T23:21:00.428381 | MIT | false | 43dd6c357a629fbb5b5129b884def367 |
env:\n CIRRUS_CLONE_SUBMODULES: true\n CIRRUS_CLONE_DEPTH: 1\n\ntask:\n name: ubuntu-24.04\n only_if: "changesInclude('**.toml', '**.rs', '.gitmodules', '.cirrus.yml', 'get-deps', 'Cargo.lock')"\n container:\n image: ubuntu:24.04\n cpu: 4\n memory: 12G\n stateful: false\n install_rust_script:\n - ech... | dataset_sample\yaml\wezterm_wezterm\.cirrus.yml | .cirrus.yml | YAML | 6,171 | 0.8 | 0.015152 | 0 | react-lib | 821 | 2025-03-30T21:43:41.359613 | Apache-2.0 | false | 095dac317921ad033bb0af0c03150ef4 |
# This file declares MediaWiki scenarios for Fresnel, a web page performance\n# monitoring tool. See <https://wikitech.wikimedia.org/wiki/Performance/Fresnel>.\n\nwarmup: true\nruns: 7\nscenarios:\n Read a page:\n # The only page that exists by default is the main page.\n # But its actual name is configurable/un... | dataset_sample\yaml\wikimedia_mediawiki\.fresnel.yml | .fresnel.yml | YAML | 1,431 | 0.8 | 0.017241 | 0.105263 | react-lib | 847 | 2024-10-11T19:41:06.349831 | Apache-2.0 | false | c6c04cc89ca2b2aedc4a3b7523d90cc0 |
# Please see DEVELOPERS.md for help\n#\n# Contributions to this file are welcome, but please note that this file is\n# minimal by design, with the idea to make it easily extensible via\n# docker-compose.override.yml. For help with doing that, please see\n# DEVELOPERS.md\nservices:\n mediawiki:\n image: docker-regis... | dataset_sample\yaml\wikimedia_mediawiki\docker-compose.yml | docker-compose.yml | YAML | 1,763 | 0.8 | 0.018868 | 0.117647 | awesome-app | 935 | 2024-11-24T05:53:23.299356 | MIT | false | 5dda7607f32e74f5e47e6e168e6d3035 |
ignore:\n - "vendor/"\n - "sample_files/"\n\ncoverage:\n range: 40...60\n status:\n patch: off\n project:\n default:\n informational: true\n\n# Don't leave comments on PRs\ncomment: false\n | dataset_sample\yaml\Wilfred_difftastic\.codecov.yml | .codecov.yml | YAML | 197 | 0.8 | 0 | 0.083333 | vue-tools | 703 | 2023-11-18T14:37:15.300869 | MIT | false | 6b42b7cf299a67ca8ea4c4a00b72d4c5 |
name: Coverage\n\non: [pull_request, push]\n\njobs:\n coverage:\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n\n - name: Install Rust\n run: rustup toolchain install stable --component llvm-tools-preview\n - name: Install cargo-llvm-cov\n uses: taiki-e/install-actio... | dataset_sample\yaml\Wilfred_difftastic\.github\workflows\coverage.yml | coverage.yml | YAML | 612 | 0.7 | 0 | 0 | vue-tools | 686 | 2023-10-27T07:58:49.845499 | Apache-2.0 | false | 9376649f9dcc3e0496219a10e20e9f46 |
name: Deploy Manual\n\non:\n push:\n branches:\n - master\n\njobs:\n pre_deploy:\n runs-on: ubuntu-22.04\n\n outputs:\n should_skip: ${{ steps.skip_check.outputs.should_skip }}\n steps:\n - id: skip_check\n uses: fkirc/skip-duplicate-actions@v5\n with:\n concurrent_sk... | dataset_sample\yaml\Wilfred_difftastic\.github\workflows\deploy_docs.yml | deploy_docs.yml | YAML | 1,432 | 0.8 | 0.016393 | 0 | react-lib | 279 | 2024-12-24T00:58:51.322965 | MIT | false | 0386fe056d5e560471f2cfaf397de751 |
name: Release\n\non:\n push:\n tags:\n - "[0-9]+.*"\n\njobs:\n create-release:\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n - uses: taiki-e/create-gh-release-action@v1\n with:\n # Create a draft release so we can add the changelog before publishing it\n ... | dataset_sample\yaml\Wilfred_difftastic\.github\workflows\release.yml | release.yml | YAML | 1,903 | 0.95 | 0 | 0.166667 | vue-tools | 158 | 2024-07-10T04:40:08.715569 | Apache-2.0 | false | 6bb28ce2eee9cf707215d2d19cd76580 |
name: CI\non:\n push:\n branches: [master]\n pull_request:\n branches: [master]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-node@v1\n with:\n node-version: '16'\n - name: Install dependencies\n run: npm ci\n... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-commonlisp\.github\workflows\ci.yml | ci.yml | YAML | 1,081 | 0.8 | 0.058824 | 0 | node-utils | 349 | 2023-10-08T23:47:22.578847 | Apache-2.0 | false | 07dcd527da506a3ba79e3b2db457a53c |
name: Lint\n\non:\n push:\n branches:\n - main\n pull_request:\n branches:\n - '**'\n\njobs:\n lint:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - name: Install modules\n run: npm install\n - name: Run Prettier\n run: npm run prettier:check\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-devicetree\.github\workflows\lint.yml | lint.yml | YAML | 350 | 0.7 | 0 | 0 | node-utils | 141 | 2024-05-23T15:46:35.443982 | Apache-2.0 | false | 5cedf1b420e4b6248c14ffb40ce848b6 |
name: Node.js CI\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n\njobs:\n build:\n\n runs-on: ubuntu-latest\n\n strategy:\n matrix:\n node-version: [15.x]\n\n steps:\n - uses: actions/checkout@v2\n - name: Use Node.js ${{ matrix.node-version }}\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elisp\.github\workflows\main.yml | main.yml | YAML | 476 | 0.7 | 0.038462 | 0 | vue-tools | 136 | 2024-01-30T05:34:15.340320 | BSD-3-Clause | false | 172b77d12b1ff62392856278564401dd |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elm\.github\dependabot.yml | dependabot.yml | YAML | 617 | 0.8 | 0.105263 | 0.222222 | react-lib | 739 | 2024-04-12T16:21:14.565985 | BSD-3-Clause | false | 260ce6e3acfaa0970cb5de05e3ae3980 |
name: Fuzz Parser\n\non:\n push:\n paths:\n - src/scanner.c\n pull_request:\n paths:\n - src/scanner.c\n workflow_dispatch:\n\njobs:\n test:\n name: Parser fuzzing\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: vigoux/tree-sitter-fuzz-action@v1\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elm\.github\workflows\fuzz.yml | fuzz.yml | YAML | 393 | 0.7 | 0 | 0 | python-kit | 323 | 2023-07-27T10:45:45.250351 | MIT | false | 08440dc10119860b923092b908de5695 |
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created\n# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages\n\nname: Node.js Package\n\non:\n release:\n types: [created]\n\njobs:\n build:\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elm\.github\workflows\npm-publish.yml | npm-publish.yml | YAML | 1,272 | 0.8 | 0 | 0.044444 | react-lib | 929 | 2025-01-24T22:56:49.067390 | BSD-3-Clause | false | dfed12505add1729e2a0e6f538535e55 |
name: Publish crates.io\n\non:\n release:\n types: [created]\n\njobs:\n cargo:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: actions-rs/toolchain@v1\n with:\n toolchain: stable\n - run: cargo login ${CRATES_IO_TOKEN}\n env:\n CRATES_I... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elm\.github\workflows\publish.yml | publish.yml | YAML | 371 | 0.7 | 0 | 0 | vue-tools | 2 | 2024-01-21T00:25:14.482769 | MIT | false | b298e55371b378e86f57d7fb66dad83c |
name: Validate that changes doesn't break elm-language-server\n\non:\n push:\n branches:\n - main\n pull_request:\n branches:\n - main\n\njobs:\n test:\n runs-on: ${{ matrix.os }}\n\n strategy:\n fail-fast: false\n matrix:\n os: [ubuntu-latest]\n node-version: [18, 20]\n... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-elm\.github\workflows\validate-lsp.yml | validate-lsp.yml | YAML | 1,098 | 0.7 | 0 | 0 | python-kit | 765 | 2024-11-03T23:46:48.243596 | BSD-3-Clause | false | 751282007a680171197a07a9ce141edc |
name: Build/test\non:\n pull_request:\n branches:\n - "**"\n push:\n branches:\n - "main"\njobs:\n test:\n runs-on: ${{ matrix.os }}\n strategy:\n fail-fast: true\n matrix:\n os: [macos-latest, ubuntu-latest, windows-latest]\n steps:\n - uses: actions/checkout@v2\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-erlang\.github\workflows\ci.yml | ci.yml | YAML | 417 | 0.7 | 0 | 0 | node-utils | 134 | 2023-11-27T14:02:54.843253 | MIT | false | a17a5af21e3104eb4835a48753aa2018 |
name: CI\n\non: [push, pull_request]\n\njobs:\n test:\n name: Test\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout\n uses: actions/checkout@v2\n\n - name: Install Node\n uses: actions/setup-node@v2\n with:\n node-version: "14.x"\n\n - name: Cache npm depende... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-gleam\.github\workflows\ci.yml | ci.yml | YAML | 1,549 | 0.7 | 0 | 0 | node-utils | 818 | 2023-10-13T16:58:37.019772 | Apache-2.0 | false | e59bd3a013c7e0bc649b23ad9b66b48a |
# generates the parser with 'tree-sitter generate' if the parser is out of date\nname: Generate Parser\n\non:\n push:\n branches:\n - main\n\njobs:\n generate:\n name: Generate Parser\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout\n uses: actions/checkout@v2\n\n - name: Insta... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-gleam\.github\workflows\generate-parser.yml | generate-parser.yml | YAML | 1,072 | 0.8 | 0.023256 | 0.028571 | python-kit | 873 | 2025-03-30T04:19:45.179477 | BSD-3-Clause | false | c7b6b91af904548236082e2840e05b5d |
name: release\non:\n push:\n tags:\n - "v*"\n\njobs:\n build-release:\n name: build-release\n runs-on: ${{ matrix.os }}\n strategy:\n matrix:\n os:\n - macos-latest\n - ubuntu-latest\n steps:\n - name: Checkout Repository\n uses: actions/checkout@v2\n\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-gleam\.github\workflows\release.yml | release.yml | YAML | 1,433 | 0.8 | 0 | 0 | react-lib | 724 | 2024-08-22T13:27:40.977137 | MIT | false | a2137f99289d88be8e629ce7bc1667c2 |
blank_issues_enabled: false\ncontact_links:\n - name: Code of Conduct\n url: https://slackhq.github.io/code-of-conduct\n about: Code of Conduct\n | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-hack\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 147 | 0.8 | 0 | 0 | vue-tools | 135 | 2025-02-07T17:47:32.450253 | BSD-3-Clause | false | bd3097dfe75d40aa745d26ddd8c23ab8 |
name: Build/test\non:\n pull_request:\n branches:\n - "**"\n push:\n branches:\n - "main"\njobs:\n test_ubuntu:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: 14\n - run: npm install\n -... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-hack\.github\workflows\ci.yml | ci.yml | YAML | 561 | 0.7 | 0 | 0 | node-utils | 141 | 2025-01-12T08:11:39.455398 | MIT | false | b538e66150f950368e5aaac4a6828ee1 |
name: validate\non:\n pull_request:\n branches:\n - "**"\n push:\n branches:\n - "main"\njobs:\n check-build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: 14\n - run: npm install\n - r... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-hack\.github\workflows\validate.yml | validate.yml | YAML | 543 | 0.7 | 0.041667 | 0 | react-lib | 366 | 2024-10-01T06:43:45.332035 | Apache-2.0 | false | 167006f305a75807a4759296be0f4a08 |
ci-cd:\n- .github/**/*\n\ngrammar:\n- grammar.js\n\nbindings:\n- bindings/**/*\n\nexamples:\n- examples/**/*\n | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\labeler.yml | labeler.yml | YAML | 99 | 0.6 | 0 | 0 | node-utils | 12 | 2024-12-08T11:46:19.241769 | MIT | false | b6006b13094c951b92576e4d045ac3d0 |
name: Build\n\non:\n push:\n branches:\n - main\n pull_request:\n workflow_dispatch:\n\njobs:\n build:\n runs-on: ubuntu-latest\n env:\n EMSCRIPTEN_VERSION: '2.0.17'\n steps:\n - uses: actions/checkout@v3\n - name: Set up Node\n uses: actions/setup-node@v3\n with:\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\build.yml | build.yml | YAML | 1,243 | 0.7 | 0 | 0 | node-utils | 961 | 2023-12-27T04:24:53.252679 | Apache-2.0 | false | cf52826100e67e61e6559f5e2bcd7ff9 |
name: Deploy to crates.io\non:\n push:\n tags:\n - '*'\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - name: Set up Node\n uses: actions/setup-node@v3\n with:\n node-version: '18'\n - name: Install dependencies\n run: np... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\deploy-to-crates-io.yml | deploy-to-crates-io.yml | YAML | 645 | 0.7 | 0 | 0 | node-utils | 878 | 2023-12-11T09:55:32.494929 | GPL-3.0 | false | ee64248219275194b7733d7866c254c8 |
name: Deploy to GitHub\non:\n push:\n tags:\n - '*'\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n env:\n EMSCRIPTEN_VERSION: '2.0.17'\n steps:\n - uses: actions/checkout@v3\n - name: Set up Node\n uses: actions/setup-node@v3\n with:\n node-version: '18'\n - ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\deploy-to-github.yml | deploy-to-github.yml | YAML | 1,282 | 0.7 | 0.022727 | 0 | vue-tools | 774 | 2024-12-25T01:30:17.189776 | BSD-3-Clause | false | 065311ed1a3c960c6d4e768129510874 |
name: Deploy to NPM\non:\n push:\n tags:\n - '*'\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - name: Set up Node\n uses: actions/setup-node@v3\n with:\n node-version: '18'\n registry-url: 'https://registry.npmjs.org'\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\deploy-to-npm.yml | deploy-to-npm.yml | YAML | 540 | 0.8 | 0 | 0 | python-kit | 395 | 2025-05-20T02:17:30.370061 | BSD-3-Clause | false | 4815733dd0b2c564e448a643e079a02a |
name: "Pull Request Labeler"\n\non:\n- pull_request_target\n\njobs:\n triage:\n permissions:\n contents: read\n pull-requests: write\n\n runs-on: ubuntu-latest\n steps:\n - uses: actions/labeler@v4\n | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\labeler.yml | labeler.yml | YAML | 208 | 0.7 | 0 | 0 | react-lib | 104 | 2024-03-25T23:20:35.885583 | BSD-3-Clause | false | 789383c21d85d8a7cfe410d1f1f1aca7 |
name: Regenerate Parser\n\non:\n workflow_dispatch:\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - name: Configure Git user\n run: |\n git config --global user.name "github-actions[bot]"\n git config --global user.email "github-actions[bo... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-kotlin\.github\workflows\regenerate-parser.yml | regenerate-parser.yml | YAML | 737 | 0.7 | 0 | 0 | react-lib | 291 | 2024-02-27T17:18:55.530770 | Apache-2.0 | false | 53d13e27013700bdffcc3e5b3ff5392d |
version: 2\nupdates:\n - package-ecosystem: cargo\n directory: '/'\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n - package-ecosystem: npm\n directory: '/'\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n - package-ecosystem: github-actions\n directory: '/... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-latex\.github\dependabot.yml | dependabot.yml | YAML | 378 | 0.7 | 0 | 0 | python-kit | 719 | 2023-10-23T08:29:24.161635 | Apache-2.0 | false | 0d6fadf442a58031d99f45a8a32c5de1 |
name: CI\n\non:\n push:\n branches: [master]\n paths:\n - grammar.js\n - src/**\n - test/**\n - bindings/**\n - binding.gyp\n pull_request:\n paths:\n - grammar.js\n - src/**\n - test/**\n - bindings/**\n - binding.gyp\n\nconcurrency:\n group: ${{github.work... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-latex\.github\workflows\ci.yml | ci.yml | YAML | 3,431 | 0.8 | 0.087719 | 0 | python-kit | 398 | 2023-07-28T17:20:55.522976 | MIT | false | cb62b56a1d98025cb994140df7ab1b91 |
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created\n# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages\n\nname: Node.js Package\n\non:\n release:\n types: [created]\n\njobs:\n build:\n runs-... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-perl\.github\workflows\npm-publish-github-packages.yml | npm-publish-github-packages.yml | YAML | 928 | 0.8 | 0 | 0.060606 | awesome-app | 434 | 2024-05-04T16:19:50.353853 | Apache-2.0 | false | 1097e22684a84434c2cf7a24da582b6d |
name: CI\n\non:\n push:\n branches: [ dev ]\n pull_request:\n branches: [ dev ]\n\njobs:\n test:\n runs-on: ubuntu-latest\n strategy:\n fail-fast: true\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: '14'\n - name: Install depend... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-qmljs\.github\workflows\ci.yml | ci.yml | YAML | 666 | 0.7 | 0 | 0 | vue-tools | 259 | 2024-01-17T23:05:02.354399 | GPL-3.0 | false | 3d499bd9fdf6cc14478b56aaa0e00cae |
name: Package\n\non:\n push:\n branches: [ master ]\n\njobs:\n test-regenerate:\n runs-on: ubuntu-latest\n strategy:\n fail-fast: true\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: '14'\n - name: Install dependencies\n run: np... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-qmljs\.github\workflows\package.yml | package.yml | YAML | 800 | 0.7 | 0 | 0 | python-kit | 918 | 2024-06-29T08:31:12.897519 | MIT | false | 96e2a14207bee556e85a236ad2275a45 |
# https://github.com/TryGhost/node-sqlite3/blob/master/.github/workflows/ci.yml\nname: CI\non:\n workflow_dispatch:\n push:\n tags:\n - "*"\nenv:\n FORCE_COLOR: 1\njobs:\n build:\n runs-on: ${{ matrix.os }}\n strategy:\n fail-fast: false\n matrix:\n os:\n - macos-latest\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-sfapex\.github\workflows\publish-release.yml | publish-release.yml | YAML | 1,639 | 0.8 | 0.015625 | 0.101695 | awesome-app | 359 | 2023-12-23T13:37:41.818730 | GPL-3.0 | false | 6177f2f417c3d57339fb526226ec6345 |
image: fedora/latest\npackages:\n - nodejs\n - gcc\n - gcc-c++\nsources:\n - https://git.sr.ht/~yotam/tree-sitter-smali\ntasks:\n - install: |\n cd tree-sitter-smali\n npm install\n - lint: |\n cd tree-sitter-smali\n eslint grammar.js\n - build: |\n cd tree-sitter-smali\n npm run build\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-smali\.build.yml | .build.yml | YAML | 358 | 0.8 | 0 | 0 | awesome-app | 695 | 2024-03-17T00:06:39.574539 | Apache-2.0 | false | cce1a16adae3f9d777b25771b9f9c857 |
name: CI\n\non:\n push:\n branches:\n - master\n pull_request:\n branches:\n - "**"\n\njobs:\n test:\n runs-on: ${{ matrix.os }}\n strategy:\n fail-fast: true\n matrix:\n os: [macos-latest, ubuntu-latest]\n steps:\n - uses: actions/checkout@v3\n - uses: actions/set... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-smali\.github\workflows\ci.yml | ci.yml | YAML | 631 | 0.7 | 0 | 0 | python-kit | 429 | 2024-09-20T04:56:22.401303 | BSD-3-Clause | false | 121ed150e582a86d8bcf7c56689b1dc3 |
name: Fuzz Parser\n\non:\n push:\n paths:\n - src/scanner.c\n pull_request:\n paths:\n - src/scanner.c\n workflow_dispatch:\n\njobs:\n test:\n name: Parser fuzzing\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: vigoux/tree-sitter-fuzz-action@v1\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-smali\.github\workflows\fuzz.yml | fuzz.yml | YAML | 395 | 0.7 | 0 | 0 | node-utils | 567 | 2024-02-07T10:53:11.081579 | GPL-3.0 | false | cf79f1d4b8b6f6b5898c641339dfe91e |
name: Publish\n\non:\n pull_request:\n types: [closed]\n\npermissions:\n contents: write\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: actions/setup-node@v3\n with:\n node-version: 16\n - run: npm install\n - run: npm test\n\n... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-smali\.github\workflows\publish.yml | publish.yml | YAML | 2,835 | 0.8 | 0.012346 | 0 | vue-tools | 683 | 2023-12-22T04:17:14.576211 | Apache-2.0 | false | b8a020e12715d38bebf078389ba15be9 |
name: Release\n\non:\n push:\n branches:\n - master\n workflow_dispatch:\n\npermissions:\n contents: write\n pull-requests: write\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: actions/setup-node@v3\n with:\n node-version: 16\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-smali\.github\workflows\release.yml | release.yml | YAML | 654 | 0.7 | 0.028571 | 0 | python-kit | 595 | 2025-03-04T03:20:52.390212 | MIT | false | 0cacf9c497a519070ede6ea786d71c28 |
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node\n# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions\n\nname: Node.js CI\n\non:\n push:\n branches: [ master ]\n ... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-solidity\.github\workflows\node.js.yml | node.js.yml | YAML | 867 | 0.8 | 0 | 0.071429 | node-utils | 562 | 2025-04-13T13:36:19.686066 | BSD-3-Clause | false | c5ad1727d8139a6c93988b4537e1e10b |
on:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n\nname: 🦀 Build and Test rust bindings\n\njobs:\n build_and_test:\n name: Rust project\n runs-on: ubuntu-latest\n steps:\n \n - name: 📥 Download the repository\n uses: actions/checkout@v2\n - name: 🦀 I... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-solidity\.github\workflows\rust.yml | rust.yml | YAML | 1,004 | 0.8 | 0 | 0.027027 | awesome-app | 922 | 2024-03-29T15:20:46.593271 | MIT | false | 568e35a9a6f77084203f9f2cbe236cee |
name: Node.js CI\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n\njobs:\n build:\n\n runs-on: ${{ matrix.os }}\n\n strategy:\n matrix:\n os: [ubuntu-latest, windows-2019, macos-latest]\n node-version: [14.x, 16.x, 18.x]\n # See supported Node.js releas... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-sql\.github\workflows\node.js.yml | node.js.yml | YAML | 1,644 | 0.8 | 0.083333 | 0.019608 | node-utils | 248 | 2023-10-22T10:05:27.127725 | MIT | false | 8d3608da11f7565dc5bd1119be12e837 |
name: Rust\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n\nenv:\n CARGO_TERM_COLOR: always\n\njobs:\n build:\n\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v2\n - name: Build\n run: cargo build --verbose\n - name: Run tests\n run: cargo te... | dataset_sample\yaml\Wilfred_difftastic\vendored_parsers\tree-sitter-sql\.github\workflows\rust.yml | rust.yml | YAML | 312 | 0.7 | 0 | 0 | react-lib | 429 | 2024-03-04T18:01:22.693333 | GPL-3.0 | false | e5a9a16b9276983884cd8198ad762f28 |
name: Build\n\non:\n push:\n branches:\n - master\n\njobs:\n test:\n runs-on: [ self-hosted, macOS, ARM64 ]\n steps:\n - uses: actions/checkout@v3\n - name: Test\n run: make test\n\n build:\n name: Build ${{ matrix.os }} ${{ matrix.arch }}\n needs: test\n strategy:\n matr... | dataset_sample\yaml\Wox-launcher_Wox\.github\workflows\build.yml | build.yml | YAML | 2,179 | 0.8 | 0 | 0.136364 | react-lib | 979 | 2024-05-30T19:46:02.217491 | Apache-2.0 | false | a648adbe9707787ccf1550b6bec56f1e |
name: Update plugin store\n\non:\n push:\n branches:\n - master\n schedule:\n - cron: "0 */3 * * *"\n\njobs:\n build-macos-arm64:\n runs-on: [ self-hosted, macOS, ARM64 ]\n steps:\n - uses: actions/checkout@v3\n - name: Check plugin updates\n run: make plugins\n - name: Create ... | dataset_sample\yaml\Wox-launcher_Wox\.github\workflows\plugin.yml | plugin.yml | YAML | 607 | 0.7 | 0 | 0 | awesome-app | 65 | 2024-06-23T03:55:57.354169 | BSD-3-Clause | false | 61de260e918cbf5815f50caaa4f768e1 |
run:\n timeout: 3m\n\nlinters:\n enable:\n - vet\n - errcheck\n - staticcheck\n# - dupl\n# - funlen\n# - goconst\n# - gocritic\n - gofmt\n# - golint\n# - misspell\n# - stylecheck\n - unconvert\n# - whitespace\n | dataset_sample\yaml\wtfutil_wtf\.golangci.yml | .golangci.yml | YAML | 225 | 0.8 | 0 | 0.470588 | awesome-app | 218 | 2025-05-31T15:48:17.359493 | BSD-3-Clause | false | 63dc0e770f4f6484f9cc4ea19825b17b |
env:\n - GO111MODULE=on\n - GOPROXY="https://proxy.golang.org,direct"\n\narchives:\n - id: default\n wrap_in_directory: true\n\nbuilds:\n - binary: wtfutil\n goos:\n - darwin\n - linux\n goarch:\n - amd64\n - arm\n - arm64\n\nbefore:\n hooks:\n - make install\n\nbrews:\n -\n ... | dataset_sample\yaml\wtfutil_wtf\.goreleaser.yml | .goreleaser.yml | YAML | 480 | 0.8 | 0.033333 | 0 | react-lib | 1 | 2023-10-15T18:47:22.199765 | BSD-3-Clause | false | db7f65aa8369d5e3f60691780a34f33d |
language: go\n\ngo:\n - "1.19.x"\n\nbefore_install:\n # Make sure travis builds work for forks\n - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/wtfutil\n - test ! -d $GOPATH/src/github.com/wtfutil/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/wtfutil/wtf || true\n - export TRAVIS_BUILD_DIR=$HOME/gopath/s... | dataset_sample\yaml\wtfutil_wtf\.travis.yml | .travis.yml | YAML | 547 | 0.8 | 0.071429 | 0.090909 | react-lib | 582 | 2025-07-08T02:38:49.232563 | BSD-3-Clause | false | 10c2b30e97ab00e566b36911aa871a05 |
version: 2\nupdates:\n- package-ecosystem: gomod\n directory: "/"\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n reviewers:\n - senorprogrammer\n assignees:\n - senorprogrammer\n- package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: daily\n open-pull-requests-limi... | dataset_sample\yaml\wtfutil_wtf\.github\dependabot.yml | dependabot.yml | YAML | 377 | 0.7 | 0 | 0 | awesome-app | 329 | 2025-05-18T11:40:18.082633 | GPL-3.0 | false | 7efbd4d0322ae58b207c93672049ae12 |
# Configuration for probot-stale - https://github.com/probot/stale\n\n# Number of days of inactivity before an Issue or Pull Request becomes stale\ndaysUntilStale: 180\n\n# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.\n# Set to false to disable. If disabled, issues still ... | dataset_sample\yaml\wtfutil_wtf\.github\stale.yml | stale.yml | YAML | 1,990 | 0.8 | 0.098361 | 0.652174 | python-kit | 156 | 2024-12-07T03:38:45.354875 | BSD-3-Clause | false | 443f13113c61b18e5693805477a5b765 |
name: "Code scanning - action"\n\non:\n pull_request:\n schedule:\n - cron: '0 3 * * 3,6'\n\njobs:\n CodeQL-Build:\n\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout repository\n uses: actions/checkout@v4.1.1\n\n # Initializes the CodeQL tools for scanning.\n - name: Initialize CodeQL\n ... | dataset_sample\yaml\wtfutil_wtf\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 1,181 | 0.8 | 0.04878 | 0.451613 | node-utils | 698 | 2025-02-05T04:03:55.654162 | GPL-3.0 | false | a9da363248f150c6c57d9c5785d3150b |
name: golangci-lint\non:\n push:\n tags:\n - v*\n branches:\n - master\n pull_request:\njobs:\n golangci:\n name: lint\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4.1.1\n - name: golangci-lint\n uses: golangci/golangci-lint-action@v3\n with:\n ... | dataset_sample\yaml\wtfutil_wtf\.github\workflows\golangci-lint.yml | golangci-lint.yml | YAML | 581 | 0.95 | 0 | 0.136364 | vue-tools | 439 | 2024-03-20T17:14:14.471719 | MIT | false | 4f74d1efe1af7fbe32a22d824ae163d6 |
name: goreleaser\n\non:\n push:\n tags:\n - '*'\n\njobs:\n goreleaser:\n runs-on: ubuntu-latest\n steps:\n -\n name: Checkout\n uses: actions/checkout@v4.1.1\n with:\n fetch-depth: 0\n -\n name: Set up Go\n uses: actions/setup-go@v5\n with:\n ... | dataset_sample\yaml\wtfutil_wtf\.github\workflows\goreleaser.yml | goreleaser.yml | YAML | 594 | 0.7 | 0 | 0 | react-lib | 984 | 2024-02-15T01:55:29.889943 | MIT | false | dc6aa142a8fa006139b1554b5cb5bbb3 |
name: static check\non: pull_request\n\njobs:\n imports:\n name: Imports\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4.1.1\n - name: check\n # uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b\n uses: senorprogrammer/golang-github-actions@c2675... | dataset_sample\yaml\wtfutil_wtf\.github\workflows\staticcheck.yml | staticcheck.yml | YAML | 2,107 | 0.95 | 0 | 0.367647 | awesome-app | 691 | 2025-01-26T14:57:18.546144 | Apache-2.0 | false | 725dfbc08e7a320a86a0fd618fc8f884 |
wtf:\n colors:\n border:\n focusable: darkslateblue\n focused: orange\n normal: gray\n grid:\n columns: [40, 40]\n rows: [13, 13, 4]\n refreshInterval: 1\n mods:\n bargraph:\n enabled: true\n graphIcon: "💀"\n graphStars: 25\n position:\n top: 1\n left: 0... | dataset_sample\yaml\wtfutil_wtf\_sample_configs\bargraph_config.yml | bargraph_config.yml | YAML | 366 | 0.7 | 0 | 0 | react-lib | 262 | 2024-05-31T11:45:37.869539 | GPL-3.0 | false | faa9dafb08227c7f9f1a2b6324ec5d4a |
wtf:\n mods:\n battery:\n type: power\n title: "⚡️"\n enabled: true\n position:\n top: 0\n left: 0\n height: 1\n width: 1\n refreshInterval: 15\n security_info:\n type: security\n enabled: true\n position:\n top: 0\n left: 1\n ... | dataset_sample\yaml\wtfutil_wtf\_sample_configs\dynamic_sizing.yml | dynamic_sizing.yml | YAML | 363 | 0.7 | 0 | 0 | python-kit | 728 | 2023-12-17T04:56:32.761023 | MIT | false | f974c69a86285d6048fecbe1eaa0b531 |
wtf:\n colors:\n border:\n focusable: darkslateblue\n focused: orange\n normal: gray\n grid:\n columns: [32, 32, 32, 32, 32, 32]\n rows: [10, 10, 10, 10, 10, 10]\n refreshInterval: 2\n mods:\n kubernetes:\n enabled: true\n kubeconfig: /Users/testuser/.kube/config\n namespac... | dataset_sample\yaml\wtfutil_wtf\_sample_configs\kubernetes_config.yml | kubernetes_config.yml | YAML | 463 | 0.7 | 0 | 0 | python-kit | 707 | 2024-08-31T13:18:21.080723 | MIT | false | 93b41a2c69e663059cccd51d2a7dcdda |
wtf:\n grid:\n columns: [20, 20]\n rows: [3, 3]\n refreshInterval: 1\n mods:\n uptime:\n type: cmdrunner\n args: []\n cmd: "uptime"\n enabled: true\n position:\n top: 0\n left: 0\n height: 1\n width: 1\n refreshInterval: 30\n | dataset_sample\yaml\wtfutil_wtf\_sample_configs\small_config.yml | small_config.yml | YAML | 278 | 0.7 | 0 | 0 | awesome-app | 837 | 2025-03-11T11:08:45.448905 | Apache-2.0 | false | eaddaba7003e0564855b273a5a178c2a |
wtf:\n colors:\n background: black\n border:\n focusable: darkslateblue\n grid:\n columns: [40, 40]\n rows: [16]\n refreshInterval: 1\n mods:\n americas_time:\n title: "Americas"\n type: clocks\n enabled: true\n locations:\n UTC: "Etc/UTC"\n Vancouver: "America/... | dataset_sample\yaml\wtfutil_wtf\_sample_configs\uniconfig.yml | uniconfig.yml | YAML | 904 | 0.7 | 0 | 0 | node-utils | 79 | 2025-04-23T18:05:29.277256 | MIT | false | 1d59810606fe9fc5a815d32a87ce4bd1 |
variables:\n- name : Codeql.Enabled\n value: true\n- name: DefaultBuildPlatform\n value: 'any cpu'\n- name: ApkName\n value: AndroidControlGallery.AndroidControlGallery.apk\n- name: BuildVersion\n value: $[counter('nuget-counter', 126)]\n- name: NUGET_VERSION\n value: 5.8.1\n- name: DOTNET_SKIP_FIRST_TIME_EXPERIEN... | dataset_sample\yaml\xamarin_Xamarin.Forms\azure-pipelines.yml | azure-pipelines.yml | YAML | 8,641 | 0.8 | 0.030534 | 0.004065 | vue-tools | 729 | 2024-05-18T05:44:16.306500 | GPL-3.0 | false | 521d5e5f99e39aee897292ae481565c6 |
name: Backport Trigger\n\non:\n issue_comment:\n types: [created]\n\njobs:\n setupBackport:\n runs-on: ubuntu-latest\n if: github.event.issue.pull_request != '' && startswith(github.event.comment.body, '@vs-mobiletools-engineering-service2 backport')\n outputs:\n target_branch: ${{ steps.parse_commen... | dataset_sample\yaml\xamarin_Xamarin.Forms\.github\workflows\backport-trigger.yml | backport-trigger.yml | YAML | 1,428 | 0.7 | 0.026316 | 0 | node-utils | 960 | 2024-06-17T13:10:40.556339 | MIT | false | c948cce314814e9669b3a8915560babe |
name: Daily code format check\non:\n schedule:\n - cron: 0 0 * * * # Every day at midnight (UTC)\njobs:\n dotnet-format:\n runs-on: windows-latest\n steps:\n - name: Install dotnet-format\n run: dotnet tool install -g dotnet-format\n\n - name: Checkout repo\n uses: actions/checkout@v2... | dataset_sample\yaml\xamarin_Xamarin.Forms\.github\workflows\dotnet-format-daily.yml | dotnet-format-daily.yml | YAML | 2,341 | 0.8 | 0.067797 | 0.277778 | node-utils | 836 | 2025-04-16T04:33:59.538840 | MIT | false | 56863b464d5e82c52d26e2ed12ddf6ac |
name: Rebase Trigger\n\non:\n issue_comment:\n types: [created]\n\njobs:\n launchBackportBuild:\n runs-on: ubuntu-latest\n if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@vs-mobiletools-engineering-service2 rebase')\n\n steps:\n - uses: xamarin/rebase-bot-action@v1.... | dataset_sample\yaml\xamarin_Xamarin.Forms\.github\workflows\rebase-trigger.yml | rebase-trigger.yml | YAML | 763 | 0.7 | 0.045455 | 0 | react-lib | 39 | 2024-03-08T12:57:31.511931 | BSD-3-Clause | false | e673774de26441f4183de43d2c169105 |
parameters:\n name: '' # in the form type_platform_host\n displayName: '' # the human name\n vmImage: 'internal-macos12' # the VM image\n vmPool: 'Azure Pipelines' # the VM pool\n dependsOn: [] # the dependiencies\n preBuildSteps: [] # any steps to run before the build\n po... | dataset_sample\yaml\xamarin_Xamarin.Forms\build\steps\build-android.yml | build-android.yml | YAML | 4,818 | 0.8 | 0.008 | 0.008929 | react-lib | 986 | 2025-04-14T08:08:13.243470 | MIT | false | 54128620921ff7b354c7dcbae83cb11c |
parameters:\n nugetForDebug: 'true'\n nugetForRelease: 'true'\n publishArtifacts: 'true'\n binariesArtifact: 'win_build'\n artifact: 'nuget'\n artifactsTargetFolder: '$(build.artifactstagingdirectory)/nuget'\n\n\nsteps:\n - checkout: self\n clean: true\n\n - task: DownloadBuildArtifacts@1\n displayName: '... | dataset_sample\yaml\xamarin_Xamarin.Forms\build\steps\build-nuget.yml | build-nuget.yml | YAML | 2,254 | 0.8 | 0.014493 | 0 | react-lib | 152 | 2024-09-04T02:34:06.267007 | GPL-3.0 | false | dbbc0ab692d9e45e33227bad19e1c208 |
steps:\n - checkout: self\n clean: true\n\n - task: xamops.azdevex.provisionator-task.provisionator@2\n displayName: 'Provision Xcode'\n condition: ne(variables['REQUIRED_XCODE'], '')\n inputs:\n provisioning_script: 'build/provisioning/xcode.csx'\n env:\n AUTH_TOKEN_GITHUB_COM: $(github--pat... | dataset_sample\yaml\xamarin_Xamarin.Forms\build\steps\build-osx.yml | build-osx.yml | YAML | 6,027 | 0.8 | 0.012579 | 0.007246 | react-lib | 870 | 2024-11-28T16:52:44.336950 | GPL-3.0 | false | e24749f00fc6e606a356db0a8842b66e |
parameters:\n msbuildExtraArguments : ''\n artifactsTargetFolder: '$(build.artifactstagingdirectory)'\n nunitTestFolder: '$(build.sourcesdirectory)'\n includeUwp: 'true'\n includeAndroid: 'true'\n includeNonUwpAndNonAndroid: 'true'\n runTests: 'true'\n artifact: 'nuget'\n artifactBinaries: 'win_build'\n artif... | dataset_sample\yaml\xamarin_Xamarin.Forms\build\steps\build-windows.yml | build-windows.yml | YAML | 12,192 | 0.8 | 0.015625 | 0.034188 | node-utils | 645 | 2023-09-19T05:08:04.970344 | GPL-3.0 | false | 1e7be5d174314f138fafead8e5a5b1f7 |
variables:\n- name: DefaultBuildPlatform\n value: 'any cpu'\n- name: ApkName\n value: AndroidControlGallery.AndroidControlGallery.apk\n- name: BuildVersion\n value: $[counter('nuget-counter-1', 2400)]\n- name: NUGET_VERSION\n value: 5.8.1\n- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE\n value: true\n- name: DOTNET_VER... | dataset_sample\yaml\xamarin_Xamarin.Forms\eng\xf-release.yml | xf-release.yml | YAML | 6,440 | 0.7 | 0.005556 | 0 | python-kit | 568 | 2025-01-01T10:11:50.620173 | MIT | false | f00639c6d1b4f1a1152878ec4129512b |
build: false\nversion: dev-{build}\nclone_folder: C:\projects\yii2\n\nenvironment:\n matrix:\n - php_ver: 7.3.0\n\ncache:\n - '%APPDATA%\Composer'\n - '%LOCALAPPDATA%\Composer'\n - C:\tools\php -> .appveyor.yml\n - C:\tools\composer.phar -> .appveyor.yml\n\ninit:\n - SET PATH=C:\tools\php;%PATH%\... | dataset_sample\yaml\yiisoft_yii2\.appveyor.yml | .appveyor.yml | YAML | 1,433 | 0.8 | 0 | 0 | vue-tools | 199 | 2024-05-25T05:26:41.741125 | GPL-3.0 | false | 042ee95f6ee57b03a2dde053f1f1b5a0 |
engines:\n duplication:\n enabled: true\n config:\n languages:\n - javascript\n - php\n eslint:\n enabled: true\n fixme:\n enabled: true\n phpmd:\n enabled: true\n config:\n rulesets: "codesize,design,unusedcode,tests/data/codeclimate/phpmd_ruleset.xml"\nratings:\n paths:\n -... | dataset_sample\yaml\yiisoft_yii2\.codeclimate.yml | .codeclimate.yml | YAML | 500 | 0.7 | 0 | 0 | awesome-app | 259 | 2024-09-23T00:31:00.987682 | Apache-2.0 | false | e8c6e672f96ac825a2af223d550969ae |
image: docker:latest\n\nservices:\n - docker:dind\n\nvariables:\n DOCKER_YII2_PHP_IMAGE: yiisoftware/yii2-php:7.4-apache\n DOCKER_MYSQL_IMAGE: percona:5.7\n DOCKER_POSTGRES_IMAGE: postgres:9.3\n\nbefore_script:\n - apk add --no-cache git curl docker-compose\n - docker info\n - cd tests\n\nstages:\n - travis\n ... | dataset_sample\yaml\yiisoft_yii2\.gitlab-ci.yml | .gitlab-ci.yml | YAML | 3,202 | 0.8 | 0.106195 | 0.063158 | awesome-app | 365 | 2023-12-13T00:40:11.118997 | MIT | false | a32a66e9b8e08fdc675b5317c64c135c |
checks:\n php: true\n\nfilter:\n paths:\n - framework/\n\n excluded_paths:\n - vendor/\n\n dependency_paths:\n - vendor/\n\nbuild:\n image: default-bionic\n\n environment:\n php:\n version: 8.1\n ini:\n xdebug.mode: coverage,develop\n memory_limit: -1\n\n nodes:\n analysis:... | dataset_sample\yaml\yiisoft_yii2\.scrutinizer.yml | .scrutinizer.yml | YAML | 2,534 | 0.8 | 0 | 0.191781 | awesome-app | 95 | 2023-09-19T02:23:31.527622 | MIT | false | 6094353c0fadbca651a6a5868985da17 |
# These are supported funding model platforms\n\nopen_collective: yiisoft\ngithub: [yiisoft]\ntidelift: "packagist/yiisoft/yii2"\n | dataset_sample\yaml\yiisoft_yii2\.github\FUNDING.yml | FUNDING.yml | YAML | 125 | 0.8 | 0 | 0.25 | node-utils | 314 | 2024-10-19T12:10:02.629237 | GPL-3.0 | false | 107ca14007cb248d0b291d74aafcb60f |
name: build\n\non: [push, pull_request]\n\nenv:\n DEFAULT_COMPOSER_FLAGS: "--prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi"\n PHPUNIT_EXCLUDE_GROUP: db,wincache,xcache,zenddata\n XDEBUG_MODE: coverage, develop\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-p... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\build.yml | build.yml | YAML | 2,920 | 0.7 | 0.056818 | 0 | python-kit | 230 | 2025-04-15T20:40:31.241146 | MIT | false | d905e24895ae75f656451dbfde0f959d |
on:\n - pull_request\n - push\n\nname: ci-mariadb\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-mariadb-${{ matrix.mariadb }}\n env:\n extensions: curl, intl, pdo, pdo_mysql\n XDEBUG_MODE: coverage, devel... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-mariadb.yml | ci-mariadb.yml | YAML | 1,948 | 0.7 | 0.044118 | 0 | vue-tools | 754 | 2024-08-29T22:52:52.133731 | BSD-3-Clause | false | 989175b5f2f4b20af3e9050d0f5a139d |
on:\n - pull_request\n - push\n\nname: ci-mssql\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-mssql-${{ matrix.mssql.version }}\n\n env:\n EXTENSIONS: pdo, pdo_sqlsrv\n XDEBUG_MODE: coverage, develop\n\n ... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-mssql.yml | ci-mssql.yml | YAML | 2,705 | 0.7 | 0.032967 | 0 | awesome-app | 396 | 2024-03-13T07:08:40.857082 | BSD-3-Clause | false | 8d4e66558c650a216ba1e8aa5ea1092f |
on:\n - pull_request\n - push\n\nname: ci-mysql\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-mysql-${{ matrix.mysql }}\n env:\n extensions: curl, intl, pdo, pdo_mysql\n XDEBUG_MODE: coverage, develop\n\n... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-mysql.yml | ci-mysql.yml | YAML | 1,897 | 0.7 | 0.045455 | 0 | awesome-app | 533 | 2023-11-05T11:45:24.389883 | Apache-2.0 | false | d4aed7d1904d64946e859ee43fb3a9f3 |
name: build-node\n\non: [push, pull_request]\n\nenv:\n DEFAULT_COMPOSER_FLAGS: "--prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n test:\n name: NPM 10 on ubuntu-latest\n\n runs-on: ... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-node.yml | ci-node.yml | YAML | 786 | 0.85 | 0.027778 | 0 | vue-tools | 441 | 2024-08-05T18:17:25.063424 | BSD-3-Clause | false | fba7958592337789e00adb341cc44f5d |
on:\n - pull_request\n - push\n\nname: ci-oracle\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-${{ matrix.os }}\n\n env:\n extensions: oci8, pdo, pdo_oci\n XDEBUG_MODE: coverage, develop\n\n runs-on: $... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-oracle.yml | ci-oracle.yml | YAML | 1,486 | 0.7 | 0.016667 | 0 | vue-tools | 940 | 2023-09-11T02:28:55.240617 | MIT | false | 21d4c4e0228d0e21e00c7cab1606449d |
on:\n - pull_request\n - push\n\nname: ci-pgsql\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-pgsql-${{ matrix.pgsql }}\n env:\n extensions: curl, intl, pdo, pdo_pgsql\n XDEBUG_MODE: coverage, develop\n\n... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-pgsql.yml | ci-pgsql.yml | YAML | 2,023 | 0.7 | 0.042857 | 0 | python-kit | 203 | 2024-12-11T16:54:13.282369 | BSD-3-Clause | false | fd94d2777aec0e26825eb22a7cf62070 |
on:\n - pull_request\n - push\n\nname: ci-sqlite\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n tests:\n name: PHP ${{ matrix.php }}-sqlite\n\n env:\n EXTENSIONS: pdo, pdo_sqlite, sqlite3\n XDEBUG_MODE: coverage, develop\n\n runs-on: ubunt... | dataset_sample\yaml\yiisoft_yii2\.github\workflows\ci-sqlite.yml | ci-sqlite.yml | YAML | 1,631 | 0.7 | 0.050847 | 0 | awesome-app | 610 | 2025-02-28T03:35:02.425038 | GPL-3.0 | false | aecdbd94986c41b2329b94fdf65d46d3 |
# These are supported funding model platforms\n\nopen_collective: yiisoft\ngithub: [yiisoft]\ntidelift: "packagist/yiisoft/yii2"\n | dataset_sample\yaml\yiisoft_yii2\framework\.github\FUNDING.yml | FUNDING.yml | YAML | 125 | 0.8 | 0 | 0.25 | react-lib | 725 | 2024-06-17T10:56:55.428874 | GPL-3.0 | false | 107ca14007cb248d0b291d74aafcb60f |
version: '2'\nservices:\n\n php:\n depends_on:\n - redis\n - memcached\n\n redis:\n image: redis\n\n memcached:\n image: memcached\n | dataset_sample\yaml\yiisoft_yii2\tests\docker-compose.caching.yml | docker-compose.caching.yml | YAML | 141 | 0.7 | 0 | 0 | python-kit | 944 | 2024-03-26T01:32:17.095856 | GPL-3.0 | true | 1d0b45ee5426b2fc4a86607f45da6437 |
version: '2'\nservices:\n\n php:\n depends_on:\n - mysql\n\n mysql:\n image: ${DOCKER_MYSQL_IMAGE}\n environment:\n - MYSQL_ROOT_PASSWORD=secret\n - MYSQL_DATABASE=yiitest\n - MYSQL_USER=travis\n - MYSQL_PASSWORD=travis\n\n | dataset_sample\yaml\yiisoft_yii2\tests\docker-compose.mysql.yml | docker-compose.mysql.yml | YAML | 244 | 0.7 | 0 | 0 | awesome-app | 934 | 2024-11-25T23:16:35.864062 | GPL-3.0 | true | 00d2e5589ce81999268aa570f5c7cb7f |
version: '2'\n\nservices:\n\n php:\n depends_on:\n - postgres\n\n postgres:\n image: ${DOCKER_POSTGRES_IMAGE}\n environment:\n - POSTGRES_DB=yiitest\n - POSTGRES_USER=postgres\n - POSTGRES_PASSWORD=postgres | dataset_sample\yaml\yiisoft_yii2\tests\docker-compose.pgsql.yml | docker-compose.pgsql.yml | YAML | 224 | 0.7 | 0 | 0 | vue-tools | 630 | 2023-09-18T00:18:54.182459 | BSD-3-Clause | true | 13cb1d7509a5c7ed50c60359931fcc6e |
version: '2'\nservices:\n\n php:\n build:\n context: ..\n args:\n DOCKER_YII2_PHP_IMAGE: ${DOCKER_YII2_PHP_IMAGE}\n working_dir: /project\n volumes:\n - ../tests/data/config-docker.php:/project/tests/data/config.php\n # Enable for debugging, enabling tests might be slow for file acc... | dataset_sample\yaml\yiisoft_yii2\tests\docker-compose.yml | docker-compose.yml | YAML | 563 | 0.8 | 0.105263 | 0.222222 | python-kit | 861 | 2025-05-12T07:50:58.592780 | MIT | true | f2be1522ca7853aa28146f7352648b51 |
version: '2'\nservices:\n\n php:\n build:\n context: ../..\n dockerfile: tests/cubrid/Dockerfile\n ports:\n - 80\n #volumes:\n # - ../..:/project\n depends_on:\n - cubrid\n\n cubrid:\n image: lighthopper/cubrid:9.3.6.0002\n command: ./create-start-demodb.sh | dataset_sample\yaml\yiisoft_yii2\tests\cubrid\docker-compose.yml | docker-compose.yml | YAML | 285 | 0.8 | 0 | 0.133333 | node-utils | 694 | 2024-11-06T07:07:12.030437 | BSD-3-Clause | true | 26485782671ebefef7100c761aa97f52 |
version: '2'\nservices:\n\n php:\n build:\n context: ../..\n dockerfile: tests/mssql/Dockerfile\n # Alternative pre-built image (TODO: evaluate)\n #image: ppoffice/apache-php-mssql-odbc\n ports:\n - 80\n # Enable for debugging, Note: File-cache tests may be VERY slow or fail\n #volumes... | dataset_sample\yaml\yiisoft_yii2\tests\mssql\docker-compose.yml | docker-compose.yml | YAML | 908 | 0.8 | 0.111111 | 0.363636 | react-lib | 679 | 2024-08-22T13:33:38.122985 | BSD-3-Clause | true | 66bb624a35a6adaca3e99ff3c344cb96 |
# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: yorukot # Replace with a single Ko-fi username\ntidelift: #... | dataset_sample\yaml\yorukot_superfile\.github\FUNDING.yml | FUNDING.yml | YAML | 873 | 0.8 | 0 | 0.076923 | node-utils | 632 | 2023-08-27T21:20:38.438152 | BSD-3-Clause | false | f3f1b30fc9059f69006e3d5d34b79fe4 |
name: Update gomod2nix.toml\non:\n push:\n paths:\n - 'go.mod'\n - 'go.sum'\n\npermissions:\n contents: write\n\njobs:\n dependabot:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Install Nix\n uses: cachix/install-nix-action@v31\n with:\n ... | dataset_sample\yaml\yorukot_superfile\.github\workflows\update-gomod2nix.yml | update-gomod2nix.yml | YAML | 953 | 0.8 | 0.060606 | 0.034483 | vue-tools | 104 | 2024-09-02T00:21:48.889599 | Apache-2.0 | false | 0cd4b69d5dc71408fee87225568104c7 |
version: 2\nupdates:\n - package-ecosystem: github-actions\n directory: "/"\n schedule:\n interval: daily\n # - package-ecosystem: composer\n # directory: "/"\n # schedule:\n # interval: daily\n | dataset_sample\yaml\YOURLS_YOURLS\.github\dependabot.yml | dependabot.yml | YAML | 208 | 0.8 | 0 | 0.4 | vue-tools | 794 | 2024-11-18T19:20:44.637936 | Apache-2.0 | false | d1d171c0a01023a36a0b538ca1cfcb57 |
# https://docs.github.com/actions\n\nname: Auto-merge\n\non: pull_request_target\n\npermissions:\n pull-requests: write\n contents: write\n\njobs:\n dependabot:\n name: Dependabot\n uses: YOURLS/.github/.github/workflows/auto-merge.yml@main\n | dataset_sample\yaml\YOURLS_YOURLS\.github\workflows\auto-merge.yml | auto-merge.yml | YAML | 237 | 0.8 | 0 | 0.1 | vue-tools | 37 | 2024-05-19T09:11:36.888457 | GPL-3.0 | false | c17e0ed69f344fd8d8cadc78c2300b2d |
name: CI\n\non:\n push:\n pull_request:\n branches: [ master ]\n\njobs:\n test:\n name: PHP ${{ matrix.php }}\n runs-on: ubuntu-latest\n\n strategy:\n fail-fast: false\n matrix:\n php: ['8.1', '8.2', '8.3', '8.4']\n include:\n - php: '8.1'\n coverage: xdebug\n ... | dataset_sample\yaml\YOURLS_YOURLS\.github\workflows\ci.yml | ci.yml | YAML | 2,239 | 0.8 | 0.013158 | 0.265625 | awesome-app | 394 | 2024-04-14T08:50:45.363576 | MIT | false | 60b6cff628a4403ed8a45363fa09fd11 |
name: Update certificates\n\non:\n # Run every Monday at 13:37\n schedule:\n - cron: '37 13 * * 1'\n # And manually\n workflow_dispatch:\n\n# Cancels all previous workflow runs for the same branch that have not yet completed.\nconcurrency:\n # The concurrency group contains the workflow name and the branch name... | dataset_sample\yaml\YOURLS_YOURLS\.github\workflows\update-certificates.yml | update-certificates.yml | YAML | 3,015 | 0.8 | 0.033708 | 0.067568 | python-kit | 978 | 2024-06-23T16:25:47.422533 | GPL-3.0 | false | fa3f426969ee937011d51f24d30e9b0e |
name: Update GeoIP DB\n\non:\n # Run every Monday at 13:37\n schedule:\n - cron: '37 13 * * 1'\n # Run manually\n workflow_dispatch:\n\n# Cancels all previous workflow runs for the same branch that have not yet completed.\nconcurrency:\n # The concurrency group contains the workflow name and the branch name.\n ... | dataset_sample\yaml\YOURLS_YOURLS\.github\workflows\update-geoip.yml | update-geoip.yml | YAML | 3,325 | 0.8 | 0.044444 | 0.052632 | python-kit | 404 | 2024-10-01T04:44:26.197242 | GPL-3.0 | false | 2ac1216324d2e481a6841d7d02ebdd7a |
name: Update translations\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n translations-check:\n name: Check for updated translations\n if: ${{ github.event_name != 'schedule' || github.reposito... | dataset_sample\yaml\YOURLS_YOURLS\.github\workflows\update-translations.yml | update-translations.yml | YAML | 4,008 | 0.95 | 0.02521 | 0.097087 | awesome-app | 90 | 2024-09-30T07:21:13.073348 | GPL-3.0 | false | c2f7f2bea3c0fe9522dbdfe1cc73e45b |
name: SonarCloud Build\n\non:\n push:\n branches:\n - "master"\n - "release/*"\n schedule:\n - cron: "0 0 * * *"\n\njobs:\n\n SonarCloud:\n name: SonarCloud\n runs-on: ubuntu-latest\n env:\n SONAR_SCANNER_VERSION: 4.7.0.2747\n SONAR_SERVER_URL: "https://sonarcloud.io"\n BUILD_... | dataset_sample\yaml\zabbix_zabbix\.github\workflows\sonarcloud.yml | sonarcloud.yml | YAML | 2,612 | 0.8 | 0.014706 | 0 | node-utils | 541 | 2023-07-13T14:26:52.675395 | BSD-3-Clause | false | 51c682f179c2a6240c652ea518abadb5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.