Skip to content

Imgs migrate

Imgs migrate #4

Workflow file for this run

name: Test PRs
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run tests and lint
uses: ./.github/actions/test