parent
c140dbc0db
commit
712537fa6b
1 changed files with 4 additions and 3 deletions
|
|
@ -1,20 +1,21 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [ push ]
|
||||
description:
|
||||
runs:
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: mail
|
||||
container:
|
||||
image: python:3.10-bullseye
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: https://git.roboces.dev/catlain/halig
|
||||
- run: apt update -y
|
||||
- run: apt upgrade -y
|
||||
- run: apt install -y git make
|
||||
- run: pip install --upgrade pip pdm
|
||||
- run: git clone https://git.roboces.dev/catalin/halig
|
||||
- run: cd halig
|
||||
- run: pdm install -G :all
|
||||
- run: make tests
|
||||
- run: make linters
|
||||
Loading…
Add table
Add a link
Reference in a new issue