Skip to content

Update brew.formula to match currently installed Homebrew formulae #142

Update brew.formula to match currently installed Homebrew formulae

Update brew.formula to match currently installed Homebrew formulae #142

Workflow file for this run

name: validate-dotfiles
on: [push]
jobs:
fish-syntax-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fish-actions/install-fish@v1.1.0
- run: fish -n fish/.config/fish/config.fish
vimlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install vimlint --save
- run: ./node_modules/vimlint/bin/vimlint vim/.vimrc