11 Commits

Author SHA1 Message Date
Leo Kettmeir
e95548e56d 2.0.3 (#102)
(cherry picked from commit 2f7698fd11)
2025-05-15 21:45:37 +02:00
David Sherret
8273ddd773 fix: switch back to package.json as it's necessary for GH actions (#101)
(cherry picked from commit ee64dd3200)
2025-05-15 13:04:40 +02:00
David Sherret
609c005598 feat: include a hash of deno.lock files in the cache key automatically (#98)
(cherry picked from commit 3169cf993b)
2025-05-14 18:58:13 +02:00
Christian Svensson
aa0fea114b feat: add built-in caching via inputs (#89)
(cherry picked from commit fd6b0ad149)
2025-05-14 18:58:13 +02:00
Sebastian
db3496c46a feat: add "lts" version option (#97)
(cherry picked from commit a1496dd8d9)
2025-05-14 18:58:12 +02:00
Christian Svensson
d74ee56ed6 refactor: convert action to TS and bundle code (#95)
(cherry picked from commit 95bbb87724)
2025-05-14 18:58:06 +02:00
Leo Kettmeir
909cc5acb0 2.0.2 (#92)
(cherry picked from commit 27e0043eff)
2025-01-09 23:01:30 +01:00
Leo Kettmeir
003ac26627 refactor: use GitHub downloads for stable version download (#91)
(cherry picked from commit 5e036d05d8)
2025-01-09 23:01:30 +01:00
Ryo Nakamura
7c6ecb3883 feat: add problem matchers for deno lint (#62)
(cherry picked from commit 56da422736)
2025-01-09 23:01:29 +01:00
Leo Kettmeir
01524fade7 2.0.1 (#86)
(cherry picked from commit 1c4873e05d)
2024-10-09 10:05:15 +01:00
Leo Kettmeir
b571f8c14c fix: update README and tests (#85)
(cherry picked from commit 4b0db74aa8)
2024-10-09 10:05:06 +01:00

View File

@@ -26,7 +26,7 @@ jobs:
- "lts"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v3
- name: Setup Deno
uses: ./
@@ -54,7 +54,7 @@ jobs:
matrix:
deno-version-file: [.dvmrc, .tool-versions]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v3
- name: Setup Deno
uses: ./
@@ -70,7 +70,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v3
- name: Setup Deno
uses: ./
@@ -86,7 +86,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Setup Deno
uses: ./
@@ -103,7 +103,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Setup Deno
uses: ./
@@ -116,7 +116,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Setup Deno
uses: ./
@@ -135,7 +135,7 @@ jobs:
build-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Setup Deno
uses: ./