Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit f0d5d6b

Browse files
committed
fix: add runs-on key to gh workflow
1 parent da1ad75 commit f0d5d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
jobs:
55
clippy:
66
name: Run clippy
7+
runs-on: ubuntu-latest
78
steps:
89
- uses: actions/checkout@master
910
- name: Setup Rust

0 commit comments

Comments
 (0)