Apply activation changes #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |