Skip to content

update(readme): update readme #11

update(readme): update readme

update(readme): update readme #11

Workflow file for this run

name: Tests
on:
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
- name: Build Docker image
run: docker build -t ${{ github.event.repository.name }}:ci .