Skip to content

Create checkout.yml

Create checkout.yml #1

Workflow file for this run

name: checkout
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3