Initial commit
Build Ragnar anti spam bot / Build (push) Successful in 1m31s

This commit is contained in:
2024-11-27 02:59:42 +01:00
commit c48bf54dc1
20 changed files with 377 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Build Ragnar anti spam bot
run-name: Build Ragnar anti spam bot
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "Install dependencies."
- run: apt update
- run: apt install python3 python3-pip python3-venv make -y
- run: make
- run: git add .
- run: git config --global user.email "bot@molodetz.com"
- run: git config --global user.name "bot"
- run: git commit -a -m "Update export statistics"
- run: git push