Skip to content

New release!

New release! #2

name: francescobianco/matrix-theme
on:
push:
branches:
- main
env:
HACKATHON_PACKAGE_NAME: matrix-theme
jobs:
hackathon(francescobianco/matrix-theme):

Check failure on line 12 in .github/workflows/@francescobianco@matrix-theme.yml

View workflow run for this annotation

GitHub Actions / francescobianco/matrix-theme

Invalid workflow file

The workflow is not valid. .github/workflows/@francescobianco@matrix-theme.yml (Line: 12, Col: 3): The identifier 'hackathon(francescobianco/matrix-theme)' 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: Install Mush
run: curl -fsSL https://get.javanile.org/mush | sh
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
- name: Verify Mush installation
run: mush --version
- name: Install Hackathon package
run: mush install ${HACKATHON_PACKAGE_NAME}