Module Consolidation
This commit is contained in:
17
intune/Device Management/WIndows/Baselines/OpenIntuneBaseline/.github/workflows/main.yaml
vendored
Normal file
17
intune/Device Management/WIndows/Baselines/OpenIntuneBaseline/.github/workflows/main.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contribute list in contributors.md
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@master
|
||||
with:
|
||||
readme_path: "CONTRIBUTORS.md"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user