Skip to content

Commit

Permalink
update README.md with actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller authored Mar 6, 2021
1 parent 7083054 commit 9721c74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A custom Spark data source supporting the [Common Event Format](https://support.citrix.com/article/CTX136146) V25
standard for logging events.

[![Spark library CI](https://github.com/bp/spark-cef-reader/actions/workflows/main.yml/badge.svg)](https://github.com/bp/spark-cef-reader/actions/workflows/main.yml)

## Supported Features

* Schema inference. Uses data types for known extensions.
Expand Down Expand Up @@ -86,4 +88,4 @@ ISO 8601 formats for where non-standard date formats may have been used.
MMM dd HH:mm:ss zzz

When reading, if the timezone identifier is omitted, then UTC will be assumed. If the year is omitted then it will
default to 1970.
default to 1970.

0 comments on commit 9721c74

Please sign in to comment.