Skip to content

Update codeowner file #926

Update codeowner file

Update codeowner file #926

Workflow file for this run

name: Pull Request Build
on: pull_request
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Testing the Dashboard Generation
uses: ballerina-platform/ballerina-action@2201.9.0
with:
args:
test
env:
WORKING_DIR: ./dashboard
BALLERINA_BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}