mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	chore: better Prettier config for easier reviews
This commit is contained in:
		
							
								
								
									
										26
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										26
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
name: 'Lint'
 | 
			
		||||
name: "Lint"
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
@@ -8,21 +8,21 @@ on:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  lint:
 | 
			
		||||
    runs-on: 'ubuntu-latest'
 | 
			
		||||
    runs-on: "ubuntu-latest"
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: 'actions/checkout@v3.5.2'
 | 
			
		||||
      - uses: "actions/checkout@v3.5.2"
 | 
			
		||||
 | 
			
		||||
      - name: 'Setup Node.js'
 | 
			
		||||
        uses: 'actions/setup-node@v3.6.0'
 | 
			
		||||
      - name: "Setup Node.js"
 | 
			
		||||
        uses: "actions/setup-node@v3.6.0"
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 'lts/*'
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
          node-version: "lts/*"
 | 
			
		||||
          cache: "npm"
 | 
			
		||||
 | 
			
		||||
      - name: 'Install dependencies'
 | 
			
		||||
        run: 'npm clean-install'
 | 
			
		||||
      - name: "Install dependencies"
 | 
			
		||||
        run: "npm clean-install"
 | 
			
		||||
 | 
			
		||||
      - run: 'npm run lint:commit -- --to "${{ github.sha }}"'
 | 
			
		||||
      - run: 'npm run lint:editorconfig'
 | 
			
		||||
      - run: 'npm run lint:markdown'
 | 
			
		||||
      - run: 'npm run lint:eslint'
 | 
			
		||||
      - run: 'npm run lint:prettier'
 | 
			
		||||
      - run: "npm run lint:editorconfig"
 | 
			
		||||
      - run: "npm run lint:markdown"
 | 
			
		||||
      - run: "npm run lint:eslint"
 | 
			
		||||
      - run: "npm run lint:prettier"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user