Skip to content

Explicitly set permissions on Github Actions workflows. #3

Explicitly set permissions on Github Actions workflows.

Explicitly set permissions on Github Actions workflows. #3

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag reviewdog-rubocop:$(date +%s)