Skip to content

feat: add a function logs_file that specifies a file to write logs to #93

feat: add a function logs_file that specifies a file to write logs to

feat: add a function logs_file that specifies a file to write logs to #93

Workflow file for this run

name: Actionlint
on:
workflow_dispatch:
push:
paths:
- .github/workflows/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/[email protected]