Skip to content

Improve Deployments #10

Improve Deployments

Improve Deployments #10

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
Static:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Shellcheck
uses: ludeeus/action-shellcheck@master