Skip to content

Bump ex_keccak from 0.7.5 to 0.7.6 #784

Bump ex_keccak from 0.7.5 to 0.7.6

Bump ex_keccak from 0.7.5 to 0.7.6 #784

Workflow file for this run

name: hadolint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
hadolint:
name: dockerfile-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"