Skip to content

[pre-commit.ci] pre-commit autoupdate #43

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #43

Workflow file for this run

# This workflow will attempt to run the installation scripts.
name: Install application
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: |
./install.sh
- name: Uninstall
run: |
echo -e "yes\nyes\n" | ./uninstall.sh