PHP Classes

File: .circleci/config.yml

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Nova Log Viewer   .circleci/config.yml   Download  
File: .circleci/config.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change:
Date: 4 years ago
Size: 293 bytes
 

Contents

Class file image Download
version: 2 jobs: build: docker: - image: circleci/node steps: - checkout - run: name: Install dependencies command: yarn - run: name: Run lint command: yarn lint - run: name: Run prettier command: yarn check-format