🔧 Minimal configuration with Config.h (#27338)

This commit is contained in:
Scott Lahteine 2024-08-15 23:08:26 -05:00 committed by GitHub
parent 69f69606e6
commit 986344640f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 4695 additions and 67 deletions

View file

@ -0,0 +1,27 @@
#
# update-base-configs.yml
# Generate new base config files if needed
#
name: Update Base Configs
on:
schedule:
- cron: '0 */6 * * *'
jobs:
bump_date:
name: Update Base Configs
if: github.repository == 'MarlinFirmware/Marlin'
runs-on: ubuntu-latest
steps:
- name: Checkout bugfix-2.1.x
uses: actions/checkout@v4
with:
ref: bugfix-2.1.x
- name: Update Base Configs
run: make base-configs