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

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

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}}