Skip to content

Action to run the QC on the EMO BON logsheets and transform them

Notifications You must be signed in to change notification settings

emo-bon/data-quality-control-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-quality-control-action

on: [push]
jobs:
  job:
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v3
      - name: data-quality-control-action
        uses: emo-bon/data-quality-control-action@main
        env:
          PAT: ${{ secrets.GITHUB_TOKEN }}
          REPO: ${{ github.repository }}
          ASSIGNEE: <github_username>

with:

  • PAT: a personal access token or automatic authentication token
  • REPO: repo in which to create an issue for end user notification
  • ASSIGNEE: github username of end user to notify

About

Action to run the QC on the EMO BON logsheets and transform them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •