Skip to content

Merge branch 'master' of https://github.com/RDSik/si5340-config-loader #53

Merge branch 'master' of https://github.com/RDSik/si5340-config-loader

Merge branch 'master' of https://github.com/RDSik/si5340-config-loader #53

Workflow file for this run

name: Verilator Simulation
on:
push:
branches: [master]
jobs:
build-container:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v1
- name: Build the docker image
uses: docker/build-push-action@v2