الملفات
dependabot[bot] 9450286254 Bump actions/checkout from 2.7.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v2.7.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 12:38:30 +00:00

16 أسطر
233 B
YAML

name: lint
on:
workflow_call:
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Lint code
run: |
az bicep build --file bicep/main.bicep