Skip to content

Run bin/rubocop in CI 🤖 #373

Run bin/rubocop in CI 🤖

Run bin/rubocop in CI 🤖 #373

Workflow file for this run

name: Docker Image CI
on:
pull_request:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
- name: Hadolint Action
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile