Skip to content

full refactor and bump to version 1.0.0 #54

full refactor and bump to version 1.0.0

full refactor and bump to version 1.0.0 #54

Workflow file for this run

name: ci-pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call-workflow-clippy:
name: run clippy github action
uses: mdpadberg/keep-awake/.github/workflows/clippy.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
call-workflow-unit-tests:
name: run unit tests
uses: mdpadberg/keep-awake/.github/workflows/unit-tests.yml@main