Skip to content

chore: Addressing comments #8

chore: Addressing comments

chore: Addressing comments #8

Workflow file for this run

name: PR Approval
on:
push:
branches:
- test_github_workflow
jobs:
linter:
name: Linting check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize
uses: ./.github/actions/initialization
- name: Run Linter
uses: ./.github/actions/linting
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize
uses: ./.github/actions/initialization
- name: Actual build
uses: ./.github/actions/test