This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
Migrating to Codeberg because of GitHub forceful promotion of FIDO. #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: typical python workflow | |
uses: KOLANICH-GHActions/typical-python-workflow@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |