Skip to content

GitHub Actions

GitHub Actions #1

Workflow file for this run

name: Release the font
on:
push:
branches:
- 'master'
jobs:
collect-stats:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python 3.11 environment
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Collect stats
run: python main.py
- name: Release
uses: softprops/action-gh-release@v2

Check failure on line 25 in .github/workflows/release-font.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-font.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
with:
files: OpenDotMatrix.ttf