Skip to content

Commit

Permalink
Create checkout-with-at.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 15, 2024
1 parent bb6c164 commit b77f25e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checkout-with-at.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: checkout repository with at

on:
push:

jobs:
checkout:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
repository: check-spelling-sandbox/checkout-repository-with-at@main

0 comments on commit b77f25e

Please sign in to comment.