filmov
tv
Setup GitHub actions for PHP to run phpcs and phplint

Показать описание
Linting and style checks are quick wins and you should not think too much about them. Just set it up and let it do its thing. I know everyone prefers a different coding style, but whatever style you use, style checks make it consistent for you and your team. So, just pick something and use it consistently.
This video walks you through setting up phpcs and phplint on your PHP project as a composer script. It then also covers adding those as GitHub actions so that you have style checks and linting with every commit.
Contents
00:00 Start
00:17 Introduction to linting and style checks
00:53 Looking at the project
01:40 Adding the tools
02:07 Verifying phpcs
02:26 Add phplint
04:33 Adding GitHub workflow
05:53 Add actions to the workflow
06:47 See it in action
07:37 Merge PR and closing
This video walks you through setting up phpcs and phplint on your PHP project as a composer script. It then also covers adding those as GitHub actions so that you have style checks and linting with every commit.
Contents
00:00 Start
00:17 Introduction to linting and style checks
00:53 Looking at the project
01:40 Adding the tools
02:07 Verifying phpcs
02:26 Add phplint
04:33 Adding GitHub workflow
05:53 Add actions to the workflow
06:47 See it in action
07:37 Merge PR and closing
How to setup GITHUB ACTIONS on PHP project (Symfony)
Setup GitHub actions for PHP to run phpcs and phplint
CI/CD Tutorial using GitHub Actions - Automated Testing & Automated Deployments
Github Actions in Laravel: Run PHPUnit on Every Pull Request
Github Actions CI/CD - Everything you need to know to get started
Ryan Chandler - GitHub Actions for PHP: Building custom actions
Composer validity with GitHub Actions - Professional PHP development in 2024
Ryan Chandler - GitHub Actions for PHP
Cara Deploy Laravel dengan Docker ke VPS Melalui Github Actions
Tool Review: CycloneDX PHP Composer Plugin + GitHub Action
GitHub Actions CI/CD Workflow for a Laravel Application - Part 1: Introduction
DevOps CI/CD Explained in 100 Seconds
How to deploy a Laravel API using CI/CD GitHub actions
Deploy to GitHub Pages with Custom GitHub Actions
Effortless Continuous Deployment for Laravel with GitHub Actions
GitHub Actions on your projects. Automating GitHub tests 🚀
How To Deploy A Git Repository To A Server Using GitHub Actions
upload PHP project using GitHub actions on cpanel
React Admin - Git actions workflow to run php unit tests on git push and pull requests
PHP and Docker - Github Actions
Simple Github Action I use to Deploy!
Automate PlanetScale branch creation with GitHub Actions
WordPress Staging & Deployment Guide (GitHub Actions Workflow)
How to Release Code With Github
Комментарии