Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

chore(pkgs): automatic update of 3rd party packages #450

chore(pkgs): automatic update of 3rd party packages

chore(pkgs): automatic update of 3rd party packages #450

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: "shellcheck"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
continue-on-error: true