Skip to content

git-ed: uniq the list of files #414

git-ed: uniq the list of files

git-ed: uniq the list of files #414

Workflow file for this run

name: CI
on: [push]
jobs:
install:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- if: matrix.os != 'macos-latest'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- run: |
./dotfiles.plink
make install