Skip to content

Change the palette to match the VGA standard. #132

Change the palette to match the VGA standard.

Change the palette to match the VGA standard. #132

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Add Tool
run: rustup component add rustfmt
- name: Check Format
run: cargo fmt -- --check