Skip to content

ci: add rax3000m-op23.05.4 ci #1

ci: add rax3000m-op23.05.4 ci

ci: add rax3000m-op23.05.4 ci #1

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rax3000m-op23.05.4:

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 3): The identifier 'rax3000m-op23.05.4' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: |
apt update && apt install -y u-boot-tools device-tree-compiler
- name: Test
run: |
wget https://downloads.openwrt.org/releases/23.05.4/targets/mediatek/filogic/openwrt-23.05.4-mediatek-filogic-cmcc_rax3000m-squashfs-sysupgrade.itb && \
python3 patch_itb.py openwrt-23.05.4-mediatek-filogic-cmcc_rax3000m-squashfs-sysupgrade.itb patched.itb && \
(echo "04b38ffa06ccfe85c7337d69eedb1f9d patched.itb" | md5sum -c)