Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not pin the 5ouma/utils action #186

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🦕 Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 🧹 Lint Check
run: deno lint
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🦕 Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 📝 Format Check
run: deno fmt --check
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🦕 Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 🔍 Type Check
run: deno check --doc ./src
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🦕 Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 🧪 Run Tests
run: deno task test:ci
Expand All @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🦕 Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 📦 Dry Run Publish
run: deno publish --dry-run
Loading