Skip to content

Apply activation changes #13

Apply activation changes

Apply activation changes #13

Workflow file for this run

name: Lint and Build on PR
on:
pull_request:
branches:
- '**'
jobs:
Validate:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t pull_request:1.0 -f Dockerfile .