Skip to content

new files track

new files track #212

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: Test code format -- pre-commit
# run: make lint