浏览代码

Moved .editorConfig to avoid duplicated version in actual project root (#77)

/main
GitHub 4 年前
当前提交
840a21d7
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 8
      .github/workflows/linter.yml
  2. 0
      /UOP1_Project/.editorconfig

8
.github/workflows/linter.yml


name: Lint code base
# Set the type of machine to run on
runs-on: ubuntu-latest
env:
working-directory : ./UOP1_Project/
- run: dotnet-format -f UOP1_Project/Assets/Scripts -v d
- name: format
run: dotnet-format -f Assets/Scripts -v d
working-directory: ${{env.working-directory}}
- name: Commit changes
uses: EndBug/add-and-commit@v5
with:

/.editorconfig → /UOP1_Project/.editorconfig

正在加载...
取消
保存