Skip to content

Simplify dotfiles linking / installation #307

Simplify dotfiles linking / installation

Simplify dotfiles linking / installation #307

Workflow file for this run

name: CI
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Set up Bun (for installing Prettier)
uses: oven-sh/setup-bun@v1
- name: Check installed Vim
run: vim --version
- name: Install shfmt
run: curl -sS https://webi.sh/shfmt | sh
- name: Install Prettier
run: bun install -g prettier
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Check format
run: make check-format
- name: Lint
run: make lint
- name: Test link dotfiles
run: ./link_dotfiles