Skip to content

.github/workflows/main.yaml #1217

.github/workflows/main.yaml

.github/workflows/main.yaml #1217

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