Skip to content

tools/github actions: set job names #3

tools/github actions: set job names

tools/github actions: set job names #3

Workflow file for this run

name: build
on:
push:
branches: [ master ]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make awesome_lint
- run: make export