Skip to content

fix(Color): use proper Elixir module/atom colors #173

fix(Color): use proper Elixir module/atom colors

fix(Color): use proper Elixir module/atom colors #173

Workflow file for this run

name: Check PR
on:
pull_request: ~
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell -p stylua --run "stylua -f stylua.toml --check ."