Skip to content

fix(web): fix accendental renaming of "Original GIF" #22

fix(web): fix accendental renaming of "Original GIF"

fix(web): fix accendental renaming of "Original GIF" #22

Workflow file for this run

name: Tests
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
- name: Run tests
run: hatch test -a
- name: Check formatting and lint
run: hatch fmt --check