Skip to content

Update actions/checkout digest to 11bd719 #11

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #11

Workflow file for this run

name: Movie Rating System 🍿
on:
pull_request:
branches:
- main
jobs:
cancel-previous:
name: Cancel Previous
permissions:
contents: read
actions: write
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Build
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
lint:
name: Lint 🎞️
permissions:
contents: read
runs-on: ubuntu-latest
needs: cancel-previous
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: '**/*.md'