tinty 0.5.0

Change the theme of your terminal, text editor and anything else with one command!
name: Run tests
on:
  workflow_dispatch:
  push:
    branches:
      - main
  pull_request:

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      # Checkout repo
      - name: Fetch the repository code
        uses: actions/checkout@v4

      - name: Deny banned crates and licenses
        uses: EmbarkStudios/cargo-deny-action@v1

      - name: Build Docker image
        run: docker build . -t tinty

      - name: Run Docker container
        run: docker run tinty