Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ivan Bushchik 2023-05-31 10:50:23 +03:00
commit cdf56ba683
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
2 changed files with 22 additions and 2 deletions

20
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose

View file

@ -1,4 +1,4 @@
# fEval
# fEval [![Build](https://github.com/ivabus/feval/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/ivabus/feval/actions/workflows/build.yml)
> Fast EVALuator
@ -108,4 +108,4 @@ Supported unary operators:
## License
This project is primarily distributed under the terms of the MIT license.
This project is primarily distributed under the terms of the MIT license.