Skip to content

Update actions/checkout action to v4.2.1 #541

Update actions/checkout action to v4.2.1

Update actions/checkout action to v4.2.1 #541

Workflow file for this run

name: Lint Prettier
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: bahmutov/[email protected]
- name: lint prettier
run: npm run cstest
env:
CI: true