Skip to content

Merge pull request #22 from yamacir-kit/maintenance #906

Merge pull request #22 from yamacir-kit/maintenance

Merge pull request #22 from yamacir-kit/maintenance #906

Workflow file for this run

on:
push:
schedule:
- cron: 0 0 * * *
jobs:
Setup:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: ./install.sh
- run: ./scripts/setup-${{ matrix.os }}.sh
- run: ./scripts/setup-vim.sh
- run: ./uninstall.sh