Skip to content

test: print wd

test: print wd #21

Workflow file for this run

on: [push]
name: lint
defaults:
run:
shell: bash
working-directory: ./linter
jobs:
linelint:
runs-on: ubuntu-latest
name: Check if all files end in newline
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Linelint
uses: fernandrone/linelint@master
id: linelint
- name: echo
run: pwd && ls -la