Skip to content

ci: Bump actions/checkout from 6 to 7 #116

ci: Bump actions/checkout from 6 to 7

ci: Bump actions/checkout from 6 to 7 #116

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint-language:
name: Lint language
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v7
- name: Run woke
uses: get-woke/woke-action@v0
with:
fail-on-error: true