Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DeterminateSystems/update-flake-lock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11
Choose a base ref
...
head repository: DeterminateSystems/update-flake-lock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jul 27, 2022

  1. README: antiquote string with angled braces

    Otherwise, it could be interpreted as HTML tags and cause weird rendering.
    cole-h committed Jul 27, 2022
    Copy the full SHA
    acabbe2 View commit details

Commits on Jul 29, 2022

  1. Copy the full SHA
    4cf0d5d View commit details

Commits on Aug 1, 2022

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/e0169d7a9d324afebf5679551407756c77af8930' (2022-06-08)
      → 'github:nixos/nixpkgs/8d435fca5c561da8168abb30270788d2da2a7951' (2022-07-29)
    github-actions[bot] authored and cole-h committed Aug 1, 2022
    Copy the full SHA
    ea4115a View commit details

Commits on Aug 19, 2022

  1. feat: allow using a subkey for GPG signing

    tensor5 authored and cole-h committed Aug 19, 2022
    Copy the full SHA
    a8f5850 View commit details
  2. Copy the full SHA
    42dbe10 View commit details
  3. chore: bump crazy-max/ghaction-import-gpg

    tensor5 authored and cole-h committed Aug 19, 2022
    Copy the full SHA
    235f959 View commit details
  4. dependabot: init

    We now rely on a few external actions, so let's make sure to keep them
    up-to-date.
    cole-h committed Aug 19, 2022
    Copy the full SHA
    03bec48 View commit details
  5. build(deps): bump nwisbeta/validate-yaml-schema from 1.0.3 to 2.0.0

    Bumps [nwisbeta/validate-yaml-schema](https://github.com/nwisbeta/validate-yaml-schema) from 1.0.3 to 2.0.0.
    - [Release notes](https://github.com/nwisbeta/validate-yaml-schema/releases)
    - [Commits](nwisbeta/validate-yaml-schema@v1.0.3...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: nwisbeta/validate-yaml-schema
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2022
    Copy the full SHA
    1e98f70 View commit details

Commits on Sep 7, 2022

  1. build(deps): bump cachix/install-nix-action from 16 to 17

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v16...v17)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Sep 7, 2022
    Copy the full SHA
    0ed7fb7 View commit details

Commits on Sep 14, 2022

  1. Copy the full SHA
    0ad9a55 View commit details

Commits on Oct 13, 2022

  1. build(deps): bump cachix/install-nix-action from 17 to 18

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v17...v18)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 13, 2022
    Copy the full SHA
    5f6870f View commit details

Commits on Nov 8, 2022

  1. build(deps): bump pedrolamas/handlebars-action from 2.0.0 to 2.1.0

    Bumps [pedrolamas/handlebars-action](https://github.com/pedrolamas/handlebars-action) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/pedrolamas/handlebars-action/releases)
    - [Commits](pedrolamas/handlebars-action@v2.0.0...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pedrolamas/handlebars-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 8, 2022
    Copy the full SHA
    766761f View commit details

Commits on Nov 28, 2022

  1. Copy the full SHA
    5e50e4b View commit details
  2. Emails should be in < ... >

    armanbilge authored and cole-h committed Nov 28, 2022
    Copy the full SHA
    867efeb View commit details
  3. Remove stray >

    armanbilge authored and cole-h committed Nov 28, 2022
    Copy the full SHA
    913da87 View commit details
  4. Copy the full SHA
    aa092a7 View commit details

Commits on Jan 19, 2023

  1. feat: accept list of reviewers and assignees

    Pass a list of GitHub usernames through to
    peter-evans/create-pull-request.
    
    Assignees are specified with the `pr-assignees` property.
    Reviewers are specified with the `pr-reviewers` property.
    
    Both properties expect the value to be a list of GitHub usernames,
    separated by either commas or newlines.
    EricCrosson authored and cole-h committed Jan 19, 2023
    Copy the full SHA
    a0c5484 View commit details

Commits on Jan 23, 2023

  1. fix(deps): upgrade DamianReeves/write-file-action to v1.2

    https://github.com/DamianReeves/write-file-action/releases/tag/v1.2
    
    This bumps the write-file-action from the Node.js 12 runtime to Node.js
    16, avoiding a warning that Node.js 12 actions are deprecated[^1].
    
    [^1]: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
    EricCrosson authored and cole-h committed Jan 23, 2023
    Copy the full SHA
    876a472 View commit details

Commits on Jan 27, 2023

  1. Merge pull request #57 from DeterminateSystems/dependabot/github_acti…

    …ons/pedrolamas/handlebars-action-2.1.0
    
    build(deps): bump pedrolamas/handlebars-action from 2.0.0 to 2.1.0
    lheckemann authored Jan 27, 2023
    Copy the full SHA
    114dde3 View commit details

Commits on Jan 31, 2023

  1. Merge pull request #55 from DeterminateSystems/dependabot/github_acti…

    …ons/cachix/install-nix-action-18
    
    build(deps): bump cachix/install-nix-action from 17 to 18
    flexiondotorg authored Jan 31, 2023
    Copy the full SHA
    483538e View commit details

Commits on Feb 2, 2023

  1. Merge pull request #48 from DeterminateSystems/dependabot/github_acti…

    …ons/nwisbeta/validate-yaml-schema-2.0.0
    
    build(deps): bump nwisbeta/validate-yaml-schema from 1.0.3 to 2.0.0
    edolstra authored Feb 2, 2023
    Copy the full SHA
    6f9746f View commit details

Commits on Feb 28, 2023

  1. Switch to Nix Installer Action

    lucperkins authored and cole-h committed Feb 28, 2023
    Copy the full SHA
    6411dd2 View commit details

Commits on Mar 6, 2023

  1. build(deps): bump peter-evans/create-pull-request from 3 to 4

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Mar 6, 2023
    Copy the full SHA
    cc83127 View commit details
  2. Update Nix install action in README

    lucperkins authored and cole-h committed Mar 6, 2023
    Copy the full SHA
    29d64d0 View commit details
  3. build(deps): bump pedrolamas/handlebars-action from 2.1.0 to 2.2.0

    Bumps [pedrolamas/handlebars-action](https://github.com/pedrolamas/handlebars-action) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/pedrolamas/handlebars-action/releases)
    - [Commits](pedrolamas/handlebars-action@v2.1.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pedrolamas/handlebars-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Mar 6, 2023
    Copy the full SHA
    085c3a0 View commit details

Commits on Mar 27, 2023

  1. allow to set base branch of pull request

    Mic92 authored and cole-h committed Mar 27, 2023
    Copy the full SHA
    786e5cf View commit details
  2. expose status of PR

    budimanjojo authored and cole-h committed Mar 27, 2023
    Copy the full SHA
    bc75a5b View commit details

Commits on Mar 29, 2023

  1. feat: Added nix option

    fix: nix options position
    
    Use empty list
    
    
    fix options
    xgroleau authored and cole-h committed Mar 29, 2023
    Copy the full SHA
    b55ee10 View commit details
  2. Copy the full SHA
    9af2d0f View commit details
  3. fix: pr message fix

    xgroleau authored and cole-h committed Mar 29, 2023
    Copy the full SHA
    8a88a06 View commit details
  4. doc: Info in readme

    xgroleau authored and cole-h committed Mar 29, 2023
    Copy the full SHA
    54eb0b2 View commit details
  5. Copy the full SHA
    c7487e8 View commit details
  6. fix: use multiline string

    xgroleau authored and cole-h committed Mar 29, 2023
    Copy the full SHA
    ad81b42 View commit details
  7. Copy the full SHA
    dec3bc3 View commit details

Commits on Jun 29, 2023

  1. Bump actions/checkout in example

    carlthome authored and cole-h committed Jun 29, 2023
    Copy the full SHA
    55ddfbe View commit details
  2. Copy the full SHA
    4fbf969 View commit details

Commits on Jul 14, 2023

  1. DS-970: Add Magic Nix Cache and other workflow changes

     An assortment of GitHub Workflow changes, potentially including:
    
    - Enable DeterminateSystems/magic-nix-cache-action@main
    - Reference all DeterminateSystems actions via @main
    - Make update.yaml consistent across repos
    - Remove unnecessary github-token: from nix-installer-action
    - Update actions/checkout@v2 to actions/checkout@v3
    flexiondotorg committed Jul 14, 2023
    Copy the full SHA
    51e1459 View commit details

Commits on Jul 21, 2023

  1. Copy the full SHA
    1a057b7 View commit details
  2. Merge pull request #78 from DeterminateSystems/DS-970

    DS-970: Add Magic Nix Cache and other workflow changes
    Hoverbear authored Jul 21, 2023
    Copy the full SHA
    fd510d2 View commit details

Commits on Aug 24, 2023

  1. Update action.yml

    grahamc authored Aug 24, 2023
    Copy the full SHA
    da2fd6f View commit details

Commits on Sep 16, 2023

  1. Update action versions to main.

    Folks can pin to recent versions if they choose.
    grahamc authored Sep 16, 2023
    Copy the full SHA
    af80b95 View commit details

Commits on Oct 10, 2023

  1. Mechanical migration to FlakeHub

    grahamc authored and cole-h committed Oct 10, 2023
    Copy the full SHA
    d374cc7 View commit details
  2. Bump peter-evans/create-pull-request to v5

    drupol authored and cole-h committed Oct 10, 2023
    Copy the full SHA
    e98d435 View commit details

Commits on Feb 28, 2024

  1. Copy the full SHA
    a72d3c5 View commit details
  2. build(deps): bump crazy-max/ghaction-import-gpg from 5 to 6

    Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6.
    - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
    - [Commits](crazy-max/ghaction-import-gpg@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-import-gpg
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Feb 28, 2024
    Copy the full SHA
    0631a12 View commit details
  3. build(deps): bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Feb 28, 2024
    Copy the full SHA
    96c74d2 View commit details
  4. build(deps): bump pedrolamas/handlebars-action from 2.2.0 to 2.3.0

    Bumps [pedrolamas/handlebars-action](https://github.com/pedrolamas/handlebars-action) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/pedrolamas/handlebars-action/releases)
    - [Commits](pedrolamas/handlebars-action@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pedrolamas/handlebars-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cole-h committed Feb 28, 2024
    Copy the full SHA
    70d01ca View commit details
  5. Copy the full SHA
    56b3507 View commit details

Commits on Feb 29, 2024

  1. Copy the full SHA
    a3ccb8f View commit details

Commits on Apr 8, 2024

  1. Copy the full SHA
    cc5f064 View commit details
Showing with 89,709 additions and 141 deletions.
  1. +5 −10 .editorconfig
  2. +1 −0 .envrc
  3. +74 −0 .eslintrc.json
  4. +6 −0 .github/dependabot.yml
  5. +22 −6 .github/workflows/ci.yml
  6. +11 −8 .github/workflows/update.yml
  7. +3 −3 .github/workflows/validate.yml
  8. +2 −0 .gitignore
  9. +5 −0 .prettierignore
  10. +99 −27 README.md
  11. +120 −44 action.yml
  12. +2 −0 dist/index.d.ts
  13. +84,471 −0 dist/index.js
  14. +1 −0 dist/index.js.map
  15. +3 −0 dist/package.json
  16. +8 −10 flake.lock
  17. +14 −21 flake.nix
  18. +47 −0 package.json
  19. +4,588 −0 pnpm-lock.yaml
  20. +12 −0 prettier.config.cjs
  21. +76 −0 src/index.ts
  22. +77 −0 src/nix.test.ts
  23. +31 −0 src/nix.ts
  24. +15 −0 tsconfig.json
  25. +16 −0 tsup.config.ts
  26. +0 −12 update-flake-lock.sh
15 changes: 5 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

# https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

[*.{yml,yaml}]
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
74 changes: 74 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"plugins": ["@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": "./tsconfig.json"
},
"settings": {
"import/resolver": {
"typescript": {}
}
},
"rules": {
"i18n-text/no-en": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
],
"@typescript-eslint/explicit-member-accessibility": [
"error",
{
"accessibility": "no-public"
}
],
"@typescript-eslint/no-base-to-string": "error",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-comment": "error",
"camelcase": "error",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",
{
"allowExpressions": true
}
],
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-unnecessary-qualifier": "error",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/prefer-for-of": "warn",
"@typescript-eslint/prefer-function-type": "warn",
"@typescript-eslint/prefer-includes": "error",
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
},
"env": {
"node": true,
"es6": true
}
}
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
28 changes: 22 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -5,13 +5,29 @@ on:
branches: [main]

jobs:
shellcheck:
runs-on: ubuntu-latest
typescript-action:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v16
- name: Shellcheck
run: nix-shell --run 'shellcheck $(find . -type f -name "*.sh" -executable)'
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

Check warning on line 17 in .github/workflows/ci.yml

GitHub Actions / typescript-action

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 17 in .github/workflows/ci.yml

GitHub Actions / lockfile

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 17 in .github/workflows/ci.yml

GitHub Actions / lockfile

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol
- name: Install pnpm dependencies
run: nix develop --command pnpm install
- name: Check formatting
run: nix develop --command pnpm run check-fmt
- name: Lint
run: nix develop --command pnpm run lint
- name: Build
run: nix develop --command pnpm run build
- name: Run test suite
run: nix develop --command pnpm run test
- name: Package
run: nix develop --command pnpm run package
- name: Check git status
run: git status --porcelain=v1
- name: Ensure no staged changes
run: git diff --exit-code
19 changes: 11 additions & 8 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -2,18 +2,21 @@ name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"

jobs:
lockfile:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

Check warning on line 16 in .github/workflows/update.yml

GitHub Actions / typescript-action

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 16 in .github/workflows/update.yml

GitHub Actions / lockfile

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 16 in .github/workflows/update.yml

GitHub Actions / lockfile

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@main ...with... uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol
- name: Check flake
uses: DeterminateSystems/flake-checker-action@main
- name: Update flake.lock
uses: ./.
with:
_internal-strict-mode: true
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@ on:

jobs:
validate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate YAML
uses: nwisbeta/validate-yaml-schema@v1.0.3
uses: nwisbeta/validate-yaml-schema@v2.0.0
with:
yamlSchemasJson: |
{
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# JS dependencies
node_modules/
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist/
lib/
node_modules/
pnpm-lock.yaml
README.md
Loading