Module Consolidation
This commit is contained in:
6
intune/Device Management/WIndows/Baselines/OpenIntuneBaseline/.github/funding.yml
vendored
Normal file
6
intune/Device Management/WIndows/Baselines/OpenIntuneBaseline/.github/funding.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Support this project!
|
||||
# This is a project of passion for the community. If you find it useful, please consider supporting.
|
||||
# Developed and maintained by James Robinson with the help and input of awesome community contributors.
|
||||
# Buy Me a Coffee: https://buymeacoffee.com/skiptotheendpoint
|
||||
|
||||
buy_me_a_coffee: skiptotheendpoint
|
||||
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