Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

bump and lint icad #128

bump and lint icad

bump and lint icad #128

name: Docker Build (Fork)
on:
pull_request:
jobs:
docker-build-succeeds:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.fork }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Docker Build
run: docker build . --no-cache