mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
Create workflow.yml
This commit is contained in:
parent
96f53100ba
commit
86d237529d
13
.github/workflows/workflow.yml
vendored
Normal file
13
.github/workflows/workflow.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user