Skip to content

Add timestamp to console output #38

Add timestamp to console output

Add timestamp to console output #38

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build-container:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build container
run: docker build -t hello-icerpc .