Skip to content

output the raw summary passed to GH Actions Job Summaries #131

output the raw summary passed to GH Actions Job Summaries

output the raw summary passed to GH Actions Job Summaries #131

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: lint
run: make lint