Skip to content

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.0.1 to 3.0.3 #535

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.0.1 to 3.0.3

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.0.1 to 3.0.3 #535

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
pre:
uses: ./.github/workflows/cache.yml
lint:
uses: ./.github/workflows/lint.yml
needs: [pre]
test:
uses: ./.github/workflows/test.yml
needs: [pre, lint]