mirror of https://github.com/actions/checkout.git
Create workflow.yml
This commit is contained in:
parent
96f53100ba
commit
86d237529d
|
@ -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…
Reference in New Issue