Skip to content

[pre-commit.ci] pre-commit autoupdate #6

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #6

Workflow file for this run

name: Build and lint
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- name: pull latest
run: make pull
- name: Build image
run: make build
- name: Lint code format -- pre-commit
run: make lint