aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/NotEnoughUpdates-REPO-Workflow.yml
blob: d9a091744a9d7d65145f84d0a8a8072b40e9c884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: NotEnoughUpdates REPO Workflow

# Controls when the action will run. 
on:
  pull_request:
    branches: [ master, alpha ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2

    - name: run-checks
      uses: NotEnoughUpdates/NotEnoughUpdates-REPO-Workflow@main
      with: 
        repo-token: ${{secrets.GITHUB_TOKEN}}