Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Add runs-on to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Mar 3, 2021
1 parent d288795 commit 1c02c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
test:
name: Test links
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 1c02c97

Please sign in to comment.