Skip to content

feat: list non-emoji tags at the end of the message #42

feat: list non-emoji tags at the end of the message

feat: list non-emoji tags at the end of the message #42

Workflow file for this run

name: Nix
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check
# Runs all flake checks, which includes building the package
run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom