Merge pull request #17 from FoamyGuy/working_on_stuff_again

update actions names.
This commit is contained in:
foamyguy 2025-06-21 10:23:30 -05:00 committed by GitHub
commit 160edc8d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
name: GitHub Release Actions
name: Validate Build
on: [pull_request, push]
@ -27,7 +27,7 @@ jobs:
shell: bash
run: |
pip install -r requirements.txt
- name: Build assets
- name: Build Fruit Jam OS
shell: bash
run: |
python build.py

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
name: GitHub Release Actions
name: Daily Release Check
on:
schedule:
@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
validate-build:
release-check:
runs-on: ubuntu-latest
steps:
- name: Set up requested Python version
@ -30,7 +30,7 @@ jobs:
shell: bash
run: |
pip install -r requirements.txt
- name: Build assets
- name: Check If Release Needed
shell: bash
run: |
python release_updater.py

View file

@ -15,7 +15,7 @@ from . import util
from adafruit_pathlib import Path
import time
import json
from argv_file_helper import argv_filename
from adafruit_argv_file import argv_filename
# pylint: disable=redefined-builtin