[emacs] Hide perspectives from mode line and show project name instead #197
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Lua CI | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
formatter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- uses: JohnnyMorganz/stylua-action@v4 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
version: "0.20.0" | |
args: --check --config-path hammerspoon/.stylua.toml . |