Skip to content

Commit

Permalink
remove action change
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 6, 2025
1 parent 71b228c commit af09409
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ jobs:
restore-keys: test-dependencies-{{ checksum "composer.json" }}
- name: Setup WP-CLI
uses: godaddy-wordpress/setup-wp-cli@1
- name: Install SVN if needed
run: |
if ! command -v svn &> /dev/null; then
echo "SVN is not installed. Installing now..."
sudo apt-get update
sudo apt-get install -y subversion
fi
- name: Install Composer dependencies
run: |
if [ ${{ matrix.php_version }} = "7.4" ]; then
Expand Down

0 comments on commit af09409

Please sign in to comment.