Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc authored Dec 20, 2021
1 parent 6d24ef5 commit e4a7c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Actions Demo
on: [push]
jobs:
dkill-test:
runs-on: ['ubuntu-latest', 'windows-latest']
runs-on: ["ubuntu-latest", "windows-latest"]
steps:
- uses: denoland/setup-deno@v1
with:
Expand Down

0 comments on commit e4a7c9b

Please sign in to comment.