1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-01 22:10:06 +02:00
checkout/.github/workflows/workflow.yml
Jeremiah Tisan Bako 86d237529d
Create workflow.yml
2023-07-07 18:11:47 -04:00

13 lines
237 B
YAML

name: CI workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container: python:3.9-slim
steps:
- name: Checkout
uses: actions/checkout@v3