Skip to content

Commit

Permalink
Update Github Actions configurtaion
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich committed Oct 2, 2019
1 parent d8bd2bf commit 318a10d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
trim_trailing_whitespace = true

[.yml]
indent_size = 2
8 changes: 7 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
on:
push:
branches:
tags:
pull_request:



jobs:
build:
Expand Down

0 comments on commit 318a10d

Please sign in to comment.