Skip to content

Rename setup-vim.sh to setup-${{ matrix.os }}-vim.sh #1237

Rename setup-vim.sh to setup-${{ matrix.os }}-vim.sh

Rename setup-vim.sh to setup-${{ matrix.os }}-vim.sh #1237

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-${{ matrix.os }}-st.sh
- run: ./scripts/setup-${{ matrix.os }}-vim.sh
- run: ./uninstall.sh