Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
chore: bump deps
fix: wrong file name
chore: refactoring github actions
  • Loading branch information
aldy505 committed Feb 13, 2021
1 parent 4ce1563 commit fbf319e
Show file tree
Hide file tree
Showing 10 changed files with 2,468 additions and 11,646 deletions.
33 changes: 4 additions & 29 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ "*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ "master" ]

jobs:
analyze:
Expand All @@ -27,48 +26,24 @@ jobs:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed


steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '12.x'
node-version: '>=14'
- name: Install dependencies, lint, build
run: |
npm install
npm run lintfix
npm run generate
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
#- name: Autobuild
# uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
Each version can be downloaded from [releases](https://github.com/aldy505/cameracalc/releases) page.

## v2.1.2 / 2021-02-13
- [Code] Refactoring Github Actions
- [File] Wrong file name for `head-icon.png`
- [Dependencies] Updated dependencies

## v2.1.1 / 2020-10-20
- [Code] Removed Pug JS dependency, template is written in vanilla HTML
- [Code] Refactoring code & folder structure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is actually an impromptu project on my curiosity at calculating something for film camera. As you know (*or you might don't know*), there is no free online camera calculator out there yet that can calculate some of camera's settings like ISO, aperture, FPS, or even footcandle. (*Except ARRI's photometric data, but it's just calculating their light*). **So I made one!**

* Running website link: [here](https://cameracalc.reinaldyrafli.com/)
* Rendered HTML source code: [here](https://github.com/aldy505/cameracalc/tree/production)
* Rendered HTML source code: [here](https://github.com/aldy505/cameracalc/releases)

## Features

Expand Down
Loading

0 comments on commit fbf319e

Please sign in to comment.