Skip to content

fix webhook and deploy command #119

fix webhook and deploy command

fix webhook and deploy command #119

Workflow file for this run

name: RuboCop
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Run RuboCop
uses: ./.github/actions/rubocop