Skip to content

refactor(Color): improve Color lib (types, etc.) #142

refactor(Color): improve Color lib (types, etc.)

refactor(Color): improve Color lib (types, etc.) #142

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 ."