Skip to content

Brewfile: move bottom to Rust section #151

Brewfile: move bottom to Rust section

Brewfile: move bottom to Rust section #151

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install vim-vint
- name: Lint with shellcheck
uses: azohra/shell-linter@latest
with:
path: "colors.sh,install.sh"
- name: Lint with vint
run: |
vint ideavimrc vimrc