Skip to content

Commit

Permalink
☕ Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Dec 11, 2023
1 parent c50865d commit b640485
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: reviewdog

on:
push:
branches:
- main
paths:
- "**.vim"
- ".github/workflows/reviewdog.yml"
Expand All @@ -16,7 +14,7 @@ jobs:
vimlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- "**.ts"
- "**.vim"
- ".github/workflows/test.yml"
- "Makefile"
- "deno.jsonc"
pull_request:
paths:
- "**.md"
- "**.ts"
- "**.vim"
- ".github/workflows/test.yml"
- "Makefile"
- "deno.jsonc"

defaults:
run:
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: "${{ matrix.version }}"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: "${{ matrix.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: 1.x
Expand Down

0 comments on commit b640485

Please sign in to comment.