Skip to content

Bump actions/cache from 3 to 4 in /.github/workflows #69

Bump actions/cache from 3 to 4 in /.github/workflows

Bump actions/cache from 3 to 4 in /.github/workflows #69

Workflow file for this run

name: awesome-lint
on:
pull_request:
workflow_dispatch:
push:
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
name: "Run the awesome-lint linter"